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