import * as stylex from '@stylexjs/stylex'; export declare const styles: Readonly<{ readonly container: Readonly<{ readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly position: stylex.StyleXClassNameFor<"position", "relative">; readonly margin: stylex.StyleXClassNameFor<"margin", "2rem 0">; readonly padding: stylex.StyleXClassNameFor<"padding", 0>; readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly flexWrap: stylex.StyleXClassNameFor<"flexWrap", "wrap">; }>; readonly radioContainer: Readonly<{ readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">; readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">; readonly position: stylex.StyleXClassNameFor<"position", "relative">; readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">; readonly minWidth: stylex.StyleXClassNameFor<"minWidth", "fit-content">; readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>; }>; readonly input: Readonly<{ readonly position: stylex.StyleXClassNameFor<"position", "absolute">; readonly opacity: stylex.StyleXClassNameFor<"opacity", 0>; readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">; readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly height: stylex.StyleXClassNameFor<"height", "100%">; readonly margin: stylex.StyleXClassNameFor<"margin", 0>; readonly padding: stylex.StyleXClassNameFor<"padding", 0>; readonly zIndex: stylex.StyleXClassNameFor<"zIndex", 1>; readonly ':focus': stylex.StyleXClassNameFor<":focus", { readonly outline: "none"; }>; }>; readonly label: Readonly<{ readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">; readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">; readonly userSelect: stylex.StyleXClassNameFor<"userSelect", "none">; readonly ':focus-within': stylex.StyleXClassNameFor<":focus-within", { readonly outline: `2px solid ${stylex.StyleXVar}`; readonly outlineOffset: "2px"; readonly borderRadius: "0.25rem"; }>; readonly ':focus': stylex.StyleXClassNameFor<":focus", { readonly outline: "none"; }>; }>; readonly labelText: Readonly<{ readonly display: stylex.StyleXClassNameFor<"display", "block">; readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", 1.2>; readonly userSelect: stylex.StyleXClassNameFor<"userSelect", "none">; }>; readonly fieldset: Readonly<{ readonly padding: stylex.StyleXClassNameFor<"padding", "1rem">; readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", "0.5rem">; }>; readonly legend: 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.5rem">; 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 borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", "transparent">; readonly margin: stylex.StyleXClassNameFor<"margin", 0>; }>; readonly smallRadio: Readonly<{ readonly width: stylex.StyleXClassNameFor<"width", "1.2rem">; readonly height: stylex.StyleXClassNameFor<"height", "1.2rem">; readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", "50%">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "0.1rem">; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", "currentColor">; readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>; }>; readonly smallLabel: Readonly<{ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.2rem">; }>; readonly mediumRadio: Readonly<{ readonly width: stylex.StyleXClassNameFor<"width", "1.6rem">; readonly height: stylex.StyleXClassNameFor<"height", "1.6rem">; readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", "50%">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "0.175rem">; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", "currentColor">; readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>; }>; readonly mediumLabel: Readonly<{ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.4rem">; }>; readonly largeRadio: Readonly<{ readonly width: stylex.StyleXClassNameFor<"width", "2rem">; readonly height: stylex.StyleXClassNameFor<"height", "2rem">; readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", "50%">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "0.2rem">; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", "currentColor">; readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>; }>; readonly largeLabel: Readonly<{ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.6rem">; }>; readonly 'group-vertical': Readonly<{ readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">; readonly gap: stylex.StyleXClassNameFor<"gap", "1rem">; }>; readonly 'group-horizontal': Readonly<{ readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "row">; readonly gap: stylex.StyleXClassNameFor<"gap", "2rem">; readonly flexWrap: stylex.StyleXClassNameFor<"flexWrap", "wrap">; readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "flex-start">; }>; readonly 'label-top': Readonly<{ readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">; readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">; readonly gap: stylex.StyleXClassNameFor<"gap", "0.5rem">; readonly minWidth: stylex.StyleXClassNameFor<"minWidth", "fit-content">; }>; readonly 'label-right': Readonly<{ readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "row">; readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">; readonly gap: stylex.StyleXClassNameFor<"gap", "0.75rem">; readonly width: stylex.StyleXClassNameFor<"width", "100%">; }>; readonly 'label-bottom': Readonly<{ readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">; readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">; readonly gap: stylex.StyleXClassNameFor<"gap", "0.5rem">; readonly minWidth: stylex.StyleXClassNameFor<"minWidth", "fit-content">; }>; readonly 'label-left': Readonly<{ readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "row">; readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">; readonly gap: stylex.StyleXClassNameFor<"gap", "0.75rem">; readonly width: stylex.StyleXClassNameFor<"width", "100%">; }>; readonly primaryOutlined: Readonly<{ readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "0.1rem">; }>; readonly primaryLabel: Readonly<{ readonly color: stylex.StyleXClassNameFor<"color", string>; }>; readonly primaryIcon: Readonly<{ readonly color: stylex.StyleXClassNameFor<"color", string>; }>; readonly primarySpan: Readonly<{ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; }>; readonly secondaryOutlined: Readonly<{ readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "0.1rem">; }>; readonly secondaryLabel: Readonly<{ readonly color: stylex.StyleXClassNameFor<"color", string>; }>; readonly secondaryIcon: Readonly<{ readonly color: stylex.StyleXClassNameFor<"color", string>; }>; readonly secondarySpan: Readonly<{ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; }>; readonly tertiaryOutlined: Readonly<{ readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "0.1rem">; }>; readonly tertiaryLabel: Readonly<{ readonly color: stylex.StyleXClassNameFor<"color", string>; }>; readonly tertiaryIcon: Readonly<{ readonly color: stylex.StyleXClassNameFor<"color", string>; }>; readonly tertiarySpan: Readonly<{ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; }>; readonly quaternaryOutlined: Readonly<{ readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "0.1rem">; }>; readonly quaternaryLabel: Readonly<{ readonly color: stylex.StyleXClassNameFor<"color", string>; }>; readonly quaternaryIcon: Readonly<{ readonly color: stylex.StyleXClassNameFor<"color", string>; }>; readonly quaternarySpan: Readonly<{ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; }>; readonly quinaryOutlined: Readonly<{ readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "0.1rem">; }>; readonly quinaryLabel: Readonly<{ readonly color: stylex.StyleXClassNameFor<"color", string>; }>; readonly quinaryIcon: Readonly<{ readonly color: stylex.StyleXClassNameFor<"color", string>; }>; readonly quinarySpan: Readonly<{ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; }>; readonly disabled: Readonly<{ readonly cursor: stylex.StyleXClassNameFor<"cursor", "not-allowed">; readonly opacity: stylex.StyleXClassNameFor<"opacity", 0.7>; readonly pointerEvents: stylex.StyleXClassNameFor<"pointerEvents", "none">; }>; }>;