export declare const isImageFileType: (type: string) => boolean;
export declare function previewImage(file: Blob | File): Promise<string>;
