import { FunctionComponent } from 'react'; import { Size } from '../../types/common'; interface ImageViewProps { enableChangeName: boolean; imageSize: Size; disable: boolean; } declare const ImageView: FunctionComponent; export { ImageView, ImageViewProps }; //# sourceMappingURL=index.d.ts.map