export declare const FILE_ICONS: Record; export declare function getFileIcon(mimeType?: string): string; export declare function getMimeIcon(mimeType?: string): string; export declare function getMimeLabel(mimeType?: string): string;