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