export declare function fileFormat(fileUrl: string): string; export declare function fileThumb(fileUrl: string): import("react").MemoExoticComponent<(props: React.SVGProps) => import("react/jsx-runtime").JSX.Element>; export declare function fileTypeByUrl(fileUrl: string): string; export declare function fileNameByUrl(fileUrl: string): string | undefined; export declare function fileData(file: any): { name: any; size: any; path: any; type: any; preview: any; lastModified: any; lastModifiedDate: any; }; //# sourceMappingURL=utils.d.ts.map