import * as stylex from '@stylexjs/stylex'; export declare const styles: Readonly<{ readonly root: Readonly<{ readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">; readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "flex-start">; readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">; readonly position: stylex.StyleXClassNameFor<"position", "relative">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", 0>; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">; readonly padding: stylex.StyleXClassNameFor<"padding", 0>; readonly margin: stylex.StyleXClassNameFor<"margin", 0>; }>; readonly visuallyHidden: 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 clipPath: stylex.StyleXClassNameFor<"clipPath", "rect(0, 0, 0, 0)">; readonly whiteSpace: stylex.StyleXClassNameFor<"whiteSpace", "nowrap">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", 0>; }>; readonly title: Readonly<{ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.6rem">; readonly color: stylex.StyleXClassNameFor<"color", string>; readonly marginBottom: stylex.StyleXClassNameFor<"marginBottom", "0.5rem">; readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", 500>; readonly display: stylex.StyleXClassNameFor<"display", "block">; }>; readonly hiddenSelect: Readonly<{ readonly position: stylex.StyleXClassNameFor<"position", "absolute">; readonly opacity: stylex.StyleXClassNameFor<"opacity", 0>; readonly pointerEvents: stylex.StyleXClassNameFor<"pointerEvents", "none">; readonly left: stylex.StyleXClassNameFor<"left", "-9999px">; readonly width: stylex.StyleXClassNameFor<"width", "1px">; readonly height: stylex.StyleXClassNameFor<"height", "1px">; }>; readonly menu: Readonly<{ readonly listStyle: stylex.StyleXClassNameFor<"listStyle", "none">; readonly margin: stylex.StyleXClassNameFor<"margin", 0>; readonly padding: stylex.StyleXClassNameFor<"padding", 0>; readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">; }>; readonly menuItem: Readonly<{ readonly display: stylex.StyleXClassNameFor<"display", "block">; readonly margin: stylex.StyleXClassNameFor<"margin", 0>; readonly padding: stylex.StyleXClassNameFor<"padding", 0>; }>; readonly wheelContainer: Readonly<{ readonly overflowY: stylex.StyleXClassNameFor<"overflowY", "auto">; readonly scrollbarWidth: stylex.StyleXClassNameFor<"scrollbarWidth", "none">; readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", "0.5rem">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "1px">; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>; readonly width: stylex.StyleXClassNameFor<"width", "5rem">; readonly height: stylex.StyleXClassNameFor<"height", "28rem">; readonly padding: stylex.StyleXClassNameFor<"padding", "0.2rem">; readonly userSelect: stylex.StyleXClassNameFor<"userSelect", "none">; readonly position: stylex.StyleXClassNameFor<"position", "relative">; readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "transparent">; readonly '::-webkit-scrollbar': stylex.StyleXClassNameFor<"::-webkit-scrollbar", { readonly display: "none"; }>; }>; readonly focusedContainer: Readonly<{ readonly outline: stylex.StyleXClassNameFor<"outline", "2px solid #0cb289">; readonly outlineOffset: stylex.StyleXClassNameFor<"outlineOffset", "2px">; }>; readonly wheelItem: Readonly<{ readonly display: stylex.StyleXClassNameFor<"display", "block">; readonly padding: stylex.StyleXClassNameFor<"padding", "0.8rem 0.5rem">; readonly margin: stylex.StyleXClassNameFor<"margin", "0.3rem 0">; readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", "0.5rem">; readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.8rem">; readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">; readonly textAlign: stylex.StyleXClassNameFor<"textAlign", "center">; readonly color: stylex.StyleXClassNameFor<"color", string>; readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>; readonly transition: stylex.StyleXClassNameFor<"transition", "background-color 0.2s, color 0.2s">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", 0>; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">; readonly fontFamily: stylex.StyleXClassNameFor<"fontFamily", "inherit">; readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly ':hover': stylex.StyleXClassNameFor<":hover", { readonly color: "white"; readonly backgroundColor: stylex.StyleXVar; }>; readonly ':focus': stylex.StyleXClassNameFor<":focus", { readonly outline: `2px solid ${stylex.StyleXVar}`; readonly outlineOffset: "-2px"; }>; }>; readonly selectedWheelItem: Readonly<{ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; readonly color: stylex.StyleXClassNameFor<"color", string>; readonly ':hover': stylex.StyleXClassNameFor<":hover", { readonly backgroundColor: stylex.StyleXVar; }>; }>; readonly smallRoot: Readonly<{ readonly height: stylex.StyleXClassNameFor<"height", "20rem">; }>; readonly mediumRoot: Readonly<{ readonly height: stylex.StyleXClassNameFor<"height", "24rem">; }>; readonly largeRoot: Readonly<{ readonly height: stylex.StyleXClassNameFor<"height", "28rem">; }>; readonly smallTypography: Readonly<{ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.2rem">; readonly margin: stylex.StyleXClassNameFor<"margin", "0rem 0rem 1rem 0rem">; }>; readonly mediumTypography: Readonly<{ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.4rem">; readonly margin: stylex.StyleXClassNameFor<"margin", "0rem 0rem 1rem 0rem">; }>; readonly largeTypography: Readonly<{ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.6rem">; readonly margin: stylex.StyleXClassNameFor<"margin", "0rem 0rem 1rem 0rem">; }>; readonly disabled: Readonly<{ readonly opacity: stylex.StyleXClassNameFor<"opacity", 0.8>; readonly cursor: stylex.StyleXClassNameFor<"cursor", "not-allowed">; }>; readonly disabledContainer: Readonly<{ readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "1px">; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>; readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "rgba(0,0,0,0.02)">; }>; readonly disabledItem: Readonly<{ readonly cursor: stylex.StyleXClassNameFor<"cursor", "not-allowed">; readonly opacity: stylex.StyleXClassNameFor<"opacity", 0.5>; readonly ':hover': stylex.StyleXClassNameFor<":hover", { readonly backgroundColor: stylex.StyleXVar; readonly color: stylex.StyleXVar; }>; }>; readonly required: Readonly<{ readonly color: stylex.StyleXClassNameFor<"color", "#ef4444">; readonly marginLeft: stylex.StyleXClassNameFor<"marginLeft", "0.25rem">; readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", "bold">; }>; }>;