import { SvgIconComponent } from '@mui/icons-material'; export declare const getFileIcon: (mimeType: string | null) => SvgIconComponent; export declare const getFileColor: (mimeType: string | null) => string;