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