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