/// <reference types="react" />
import './Attach_size_m.css';
export interface IAttachSizeMProps {
    size?: 'm';
}
/**
 * Модификатор, отвечающий за размер кнопки выбора файла.
 * @param {IAttachSizeMProps} props
 */
export declare const withSizeM: {
    <K extends import("@bem-react/core").IClassNameProps = {}>(WrappedComponent: import("react").ComponentType<IAttachSizeMProps & K>): (props: IAttachSizeMProps & 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;
};
