import './FileIcon.css'; import React from 'react'; import { PropsWithHTMLAttributes } from '../../utils/types/PropsWithHTMLAttributes'; export declare const fileIconPropSize: readonly ["m", "s"]; export type FileIconPropSize = (typeof fileIconPropSize)[number]; export declare const fileIconPropSizeDefault: "m"; type Props = { size?: FileIconPropSize; }; export type FileIconProps = PropsWithHTMLAttributes; export declare const cnIconFile: import("@bem-react/classname").ClassNameFormatter; export declare const FileIcon: React.ForwardRefExoticComponent, "css" | "size"> & React.RefAttributes>; export {};