import { PureComponent } from 'react';
import { ImageFileProps } from './Props';
declare class ImageFile extends PureComponent<ImageFileProps> {
constructor(props: ImageFileProps);
handleRemove(): void;
render(): JSX.Element;
}
export default ImageFile;