export interface FileIconProps { mime: string; } export declare const FileIcon: ({ mime }: FileIconProps) => import("react/jsx-runtime").JSX.Element;