export declare const getFileType: (fileType: string | undefined, preview: string | File, axiosInstance?: any) => Promise<string>;
export declare const getFileExtension: (url: string) => string;
