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