import _Image from './image';
import { WithInstallType } from '../shared';
import './style';
import { TdImageProps } from './type';
export * from './type';
export declare type ImageProps = TdImageProps;
export declare const Image: WithInstallType<typeof _Image>;
export default Image;