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