export declare function actionGetMimeType(path: string): any;
export declare function getThumbnailIcon({ fileName, isDirectory }: {
    fileName: string;
    isDirectory?: boolean;
}): string;
//# sourceMappingURL=useFileIcon.d.ts.map