export declare const isImageFileType: (type: string) => boolean; export declare function previewImage(file: File | Blob): Promise; export declare function matchExt(suffix: string, ext: Set): boolean;