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