import './Attach.css'; import React from 'react'; import { IconProps } from '../../icons/Icon/Icon'; declare type Props = { fileExtension?: string; loading?: boolean; fileName?: string; fileDescription?: string; loadingProgress?: number; errorText?: string; loadingText?: string; onButtonClick?: React.EventHandler; buttonIcon?: React.FC; buttonTitle?: string; withAction?: boolean; className?: string; children?: never; }; export declare const cnAttach: import("@bem-react/classname").ClassNameFormatter; export declare const Attach: import("../../utils/types/PropsWithAsAttributes").ComponentWithAs; export {};