/** @internal */ export declare enum ɵDynamicWindowCssVariableEnum { Width = "--o-width", Height = "--o-height", RealWidth = "--o-real-width", RealHeight = "--o-real-height", Top = "--o-top", Left = "--o-left", CoordinateForHidingX = "--o-coordinate-x-for-hiding", CoordinateForHidingY = "--o-coordinate-y-for-hiding", FullscreenOffsetTop = "--o-fullscreen-offset-top", FullscreenOffsetRight = "--o-fullscreen-offset-right", FullscreenOffsetBottom = "--o-fullscreen-offset-bottom", FullscreenOffsetLeft = "--o-fullscreen-offset-left" }