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