/// import './Button_width_auto.css'; export interface IButtonWidthAutoProps { /** * Ширина кнопки */ width?: 'auto'; } /** * Модификатор, отвечающий за автоматическую ширину кнопки. * @param {IButtonWidthAutoProps} props */ export declare const withWidthAuto: { (WrappedComponent: import("react").ComponentType): (props: IButtonWidthAutoProps & 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; };