import './File.css'; import React from 'react'; import { FileIconProps } from '../../fileIcons/FileIcon/FileIcon'; type Props = { extension?: string; loading?: boolean; loadingWithProgressSpin?: boolean; loadingProgress?: number; children?: never; }; export type FileProps = Props & Omit; export declare const cnFile: import("@bem-react/classname").ClassNameFormatter; export declare const File: React.FC; export {};