export declare const getFileCover: (mimetype: string, url?: string) => string; export declare const getFieldIconString: (mimetype: string) => string; export declare const isSystemFileIcon: (mimetype: string) => boolean;