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