import * as stylex from '@stylexjs/stylex'; export declare const styles: Readonly<{ readonly root: Readonly<{ readonly position: stylex.StyleXClassNameFor<"position", "fixed">; readonly top: stylex.StyleXClassNameFor<"top", 0>; readonly left: stylex.StyleXClassNameFor<"left", 0>; readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly height: stylex.StyleXClassNameFor<"height", "100%">; readonly zIndex: stylex.StyleXClassNameFor<"zIndex", 999999999>; readonly pointerEvents: stylex.StyleXClassNameFor<"pointerEvents", "auto">; readonly padding: stylex.StyleXClassNameFor<"padding", 0>; readonly margin: stylex.StyleXClassNameFor<"margin", 0>; readonly background: stylex.StyleXClassNameFor<"background", "transparent">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", 0>; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", "transparent">; readonly maxWidth: stylex.StyleXClassNameFor<"maxWidth", "100vw">; readonly maxHeight: stylex.StyleXClassNameFor<"maxHeight", "100vh">; readonly '::backdrop': stylex.StyleXClassNameFor<"::backdrop", { readonly backgroundColor: "transparent"; readonly backdropFilter: "none"; readonly borderWidth: 0; readonly borderStyle: "none"; readonly borderColor: "transparent"; }>; }>; readonly liveRegion: Readonly<{ readonly position: stylex.StyleXClassNameFor<"position", "absolute">; readonly width: stylex.StyleXClassNameFor<"width", "1px">; readonly height: stylex.StyleXClassNameFor<"height", "1px">; readonly padding: stylex.StyleXClassNameFor<"padding", 0>; readonly margin: stylex.StyleXClassNameFor<"margin", "-1px">; readonly overflow: stylex.StyleXClassNameFor<"overflow", "hidden">; readonly clip: stylex.StyleXClassNameFor<"clip", "rect(0, 0, 0, 0)">; readonly whiteSpace: stylex.StyleXClassNameFor<"whiteSpace", "nowrap">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", 0>; }>; readonly backdrop: Readonly<{ readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", 0>; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", "transparent">; readonly position: stylex.StyleXClassNameFor<"position", "fixed">; readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly height: stylex.StyleXClassNameFor<"height", "100%">; readonly top: stylex.StyleXClassNameFor<"top", 0>; readonly left: stylex.StyleXClassNameFor<"left", 0>; readonly zIndex: stylex.StyleXClassNameFor<"zIndex", 999999999>; readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; readonly backdropFilter: stylex.StyleXClassNameFor<"backdropFilter", "blur(2px)">; readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">; readonly padding: stylex.StyleXClassNameFor<"padding", 0>; readonly margin: stylex.StyleXClassNameFor<"margin", 0>; readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", "none">; readonly appearance: stylex.StyleXClassNameFor<"appearance", "none">; readonly WebkitAppearance: stylex.StyleXClassNameFor<"WebkitAppearance", "none">; readonly MozAppearance: stylex.StyleXClassNameFor<"MozAppearance", "none">; readonly ':focus': stylex.StyleXClassNameFor<":focus", { readonly outline: "none"; }>; readonly ':focus-visible': stylex.StyleXClassNameFor<":focus-visible", { readonly outline: `2px solid ${stylex.StyleXVar}`; readonly outlineOffset: "2px"; readonly borderRadius: "0.25rem"; }>; }>; readonly fixedWrapper: Readonly<{ readonly position: stylex.StyleXClassNameFor<"position", "fixed">; readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; readonly pointerEvents: stylex.StyleXClassNameFor<"pointerEvents", "auto">; }>; readonly DrawerRight: Readonly<{ readonly right: stylex.StyleXClassNameFor<"right", 0>; readonly top: stylex.StyleXClassNameFor<"top", 0>; readonly height: stylex.StyleXClassNameFor<"height", "100%">; readonly transform: stylex.StyleXClassNameFor<"transform", "translateX(100%)">; }>; readonly DrawerLeft: Readonly<{ readonly left: stylex.StyleXClassNameFor<"left", 0>; readonly top: stylex.StyleXClassNameFor<"top", 0>; readonly height: stylex.StyleXClassNameFor<"height", "100%">; readonly transform: stylex.StyleXClassNameFor<"transform", "translateX(-100%)">; }>; readonly DrawerTop: Readonly<{ readonly top: stylex.StyleXClassNameFor<"top", 0>; readonly left: stylex.StyleXClassNameFor<"left", 0>; readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly transform: stylex.StyleXClassNameFor<"transform", "translateY(-100%)">; }>; readonly DrawerBottom: Readonly<{ readonly bottom: stylex.StyleXClassNameFor<"bottom", 0>; readonly left: stylex.StyleXClassNameFor<"left", 0>; readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly transform: stylex.StyleXClassNameFor<"transform", "translateY(100%)">; }>; readonly openDrawerRight: Readonly<{ readonly animationName: stylex.StyleXClassNameFor<"animationName", string>; readonly animationTimingFunction: stylex.StyleXClassNameFor<"animationTimingFunction", "ease-in-out">; readonly animationFillMode: stylex.StyleXClassNameFor<"animationFillMode", "forwards">; }>; readonly openDrawerLeft: Readonly<{ readonly animationName: stylex.StyleXClassNameFor<"animationName", string>; readonly animationTimingFunction: stylex.StyleXClassNameFor<"animationTimingFunction", "ease-in-out">; readonly animationFillMode: stylex.StyleXClassNameFor<"animationFillMode", "forwards">; }>; readonly openDrawerTop: Readonly<{ readonly animationName: stylex.StyleXClassNameFor<"animationName", string>; readonly animationTimingFunction: stylex.StyleXClassNameFor<"animationTimingFunction", "ease-in-out">; readonly animationFillMode: stylex.StyleXClassNameFor<"animationFillMode", "forwards">; }>; readonly openDrawerBottom: Readonly<{ readonly animationName: stylex.StyleXClassNameFor<"animationName", string>; readonly animationTimingFunction: stylex.StyleXClassNameFor<"animationTimingFunction", "ease-in-out">; readonly animationFillMode: stylex.StyleXClassNameFor<"animationFillMode", "forwards">; }>; }>;