import { IFile } from "../types/file"; export declare const DEFAULT_ICONS: (file: IFile) => JSX.Element | undefined;