export declare const FileIcon: React.FC<{
    extension: string;
}>;
