import type { FileIconProps } from './types'; export declare const KNOWN_TYPES: Set; /** * Иконка файла. * @param props Свойства. Поддерживаются свойства . * @return Элемент. */ export declare function FileIcon({ type, isTypeVisible, ...svgProps }: FileIconProps): import("react").JSX.Element;