///
import './Attach_size_l.css';
export interface IAttachSizeLProps {
size?: 'l';
}
/**
* Модификатор, отвечающий за размер кнопки выбора файла.
* @param {IAttachSizeLProps} props
*/
export declare const withSizeL: {
(WrappedComponent: import("react").ComponentType): (props: IAttachSizeLProps & K) => import("react").ReactElement import("react").ReactElement | null) | (new (props: any) => import("react").Component)>;
__isSimple: boolean;
__blockName: string;
__mod: string;
__value: string | number | boolean | undefined;
__passToProps: boolean;
};