/// import './Popup_nonvisual.css'; export interface IPopupNonvisualProps { /** * Убирает стили попапа влияющие на визуальный стиль */ nonvisual?: boolean; } /** * Модификатор который убирает стили попапа влияющие на визуальный стиль. * @param {IPopupNonvisualProps} props */ export declare const withNonvisual: { (WrappedComponent: import("react").ComponentType): (props: IPopupNonvisualProps & 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; };