import * as stylex from '@stylexjs/stylex'; export declare const styles: Readonly<{ readonly root: Readonly<{ readonly position: stylex.StyleXClassNameFor<"position", "relative">; readonly width: stylex.StyleXClassNameFor<"width", "100%">; }>; readonly input: Readonly<{ readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.6rem">; readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", 300>; readonly padding: stylex.StyleXClassNameFor<"padding", "0.2rem 0.5rem">; readonly letterSpacing: stylex.StyleXClassNameFor<"letterSpacing", "0.1rem">; readonly display: stylex.StyleXClassNameFor<"display", "block">; readonly color: stylex.StyleXClassNameFor<"color", string>; readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "transparent">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "1px">; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>; readonly outline: stylex.StyleXClassNameFor<"outline", "none">; readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", "0.5rem">; readonly '::placeholder': stylex.StyleXClassNameFor<"::placeholder", { readonly color: stylex.StyleXVar; readonly opacity: 0.5; readonly fontWeight: 100; readonly fontSize: "inherit"; readonly letterSpacing: "inherit"; }>; }>; readonly label: Readonly<{ readonly position: stylex.StyleXClassNameFor<"position", "absolute">; readonly top: stylex.StyleXClassNameFor<"top", "0.3rem">; readonly left: stylex.StyleXClassNameFor<"left", "1.5rem">; readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.6rem">; readonly transition: stylex.StyleXClassNameFor<"transition", "300ms ease all">; readonly color: stylex.StyleXClassNameFor<"color", string>; readonly pointerEvents: stylex.StyleXClassNameFor<"pointerEvents", "none">; }>; readonly labelRaised: Readonly<{ readonly top: stylex.StyleXClassNameFor<"top", "-2rem">; readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.2rem">; }>; readonly numberInput: Readonly<{ readonly appearance: stylex.StyleXClassNameFor<"appearance", "textfield">; readonly '::-webkit-inner-spin-button': stylex.StyleXClassNameFor<"::-webkit-inner-spin-button", { readonly appearance: "none"; readonly margin: 0; }>; readonly '::-webkit-outer-spin-button': stylex.StyleXClassNameFor<"::-webkit-outer-spin-button", { readonly appearance: "none"; readonly margin: 0; }>; }>; readonly smallInput: Readonly<{ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.4rem">; readonly padding: stylex.StyleXClassNameFor<"padding", "0.7rem">; }>; readonly mediumInput: Readonly<{ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.6rem">; readonly padding: stylex.StyleXClassNameFor<"padding", "1rem">; }>; readonly largeInput: Readonly<{ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "2rem">; readonly padding: stylex.StyleXClassNameFor<"padding", "1.2rem">; }>; readonly smallLabel: Readonly<{ readonly top: stylex.StyleXClassNameFor<"top", "0.8rem">; readonly left: stylex.StyleXClassNameFor<"left", "0.8rem">; readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.4rem">; }>; readonly mediumLabel: Readonly<{ readonly top: stylex.StyleXClassNameFor<"top", "1.1rem">; readonly left: stylex.StyleXClassNameFor<"left", "1.2rem">; readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.6rem">; }>; readonly largeLabel: Readonly<{ readonly top: stylex.StyleXClassNameFor<"top", "1.15rem">; readonly left: stylex.StyleXClassNameFor<"left", "1.4rem">; readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "2rem">; }>; readonly smallLabelRaised: Readonly<{ readonly top: stylex.StyleXClassNameFor<"top", "-2.2rem">; readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.3rem">; }>; readonly mediumLabelRaised: Readonly<{ readonly top: stylex.StyleXClassNameFor<"top", "-2.2rem">; readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.5rem">; }>; readonly largeLabelRaised: Readonly<{ readonly top: stylex.StyleXClassNameFor<"top", "-3rem">; readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.8rem">; }>; readonly smallPostIcon: Readonly<{ readonly height: stylex.StyleXClassNameFor<"height", "1.8rem">; readonly width: stylex.StyleXClassNameFor<"width", "1.8rem">; readonly position: stylex.StyleXClassNameFor<"position", "absolute">; readonly top: stylex.StyleXClassNameFor<"top", "15%">; readonly right: stylex.StyleXClassNameFor<"right", "5%">; }>; readonly mediumPostIcon: Readonly<{ readonly height: stylex.StyleXClassNameFor<"height", "2.2rem">; readonly width: stylex.StyleXClassNameFor<"width", "2.2rem">; readonly position: stylex.StyleXClassNameFor<"position", "absolute">; readonly top: stylex.StyleXClassNameFor<"top", "20%">; readonly right: stylex.StyleXClassNameFor<"right", "5%">; }>; readonly largePostIcon: Readonly<{ readonly height: stylex.StyleXClassNameFor<"height", "3rem">; readonly width: stylex.StyleXClassNameFor<"width", "3rem">; readonly position: stylex.StyleXClassNameFor<"position", "absolute">; readonly top: stylex.StyleXClassNameFor<"top", "20%">; readonly right: stylex.StyleXClassNameFor<"right", "5%">; }>; readonly smallPostIconSize: Readonly<{ readonly height: stylex.StyleXClassNameFor<"height", "1.8rem">; readonly width: stylex.StyleXClassNameFor<"width", "1.8rem">; readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>; readonly display: stylex.StyleXClassNameFor<"display", "block">; }>; readonly mediumPostIconSize: Readonly<{ readonly height: stylex.StyleXClassNameFor<"height", "2.2rem">; readonly width: stylex.StyleXClassNameFor<"width", "2.2rem">; readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>; readonly display: stylex.StyleXClassNameFor<"display", "block">; }>; readonly largePostIconSize: Readonly<{ readonly height: stylex.StyleXClassNameFor<"height", "3rem">; readonly width: stylex.StyleXClassNameFor<"width", "3rem">; readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>; readonly display: stylex.StyleXClassNameFor<"display", "block">; }>; readonly disabled: Readonly<{ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>; }>; readonly postIconButton: Readonly<{ readonly position: stylex.StyleXClassNameFor<"position", "absolute">; readonly background: stylex.StyleXClassNameFor<"background", "transparent !important">; readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "transparent !important">; readonly border: stylex.StyleXClassNameFor<"border", "none !important">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", 0>; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", "transparent">; readonly padding: stylex.StyleXClassNameFor<"padding", 0>; readonly margin: stylex.StyleXClassNameFor<"margin", 0>; readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">; readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">; readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">; readonly outline: stylex.StyleXClassNameFor<"outline", "none">; readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", "none">; readonly ':focus-visible': stylex.StyleXClassNameFor<":focus-visible", { readonly outline: `2px solid ${stylex.StyleXVar}`; readonly outlineOffset: "2px"; readonly borderRadius: "0.25rem"; }>; readonly ':disabled': stylex.StyleXClassNameFor<":disabled", { readonly cursor: "not-allowed"; readonly opacity: 0.5; }>; }>; }>;