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