import './FileIcon.css';
import type { FileIconBaseProps } from './types';
export declare const cnFileIcon: import("@bem-react/classname").ClassNameFormatter;
export declare const FileIcon: import("../../utils/polymorphicComponentWithRef").PolymorphicComponentWithRef<FileIconBaseProps, "div", "as">;
