import * as stylex from '@stylexjs/stylex'; export declare const styles: Readonly<{ readonly inputWrapper: Readonly<{ readonly position: stylex.StyleXClassNameFor<"position", "relative">; readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">; }>; readonly dropdown: Readonly<{ readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">; readonly position: stylex.StyleXClassNameFor<"position", "relative">; readonly boxSizing: stylex.StyleXClassNameFor<"boxSizing", "border-box">; }>; readonly dropdownList: Readonly<{ readonly zIndex: stylex.StyleXClassNameFor<"zIndex", 10>; readonly position: stylex.StyleXClassNameFor<"position", "absolute">; readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly padding: stylex.StyleXClassNameFor<"padding", "0">; readonly margin: stylex.StyleXClassNameFor<"margin", 0>; readonly left: stylex.StyleXClassNameFor<"left", 0>; readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "white" | "#333333">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "1px">; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", "rgba(0,0,0,0.3)" | "rgba(255,255,255,0.3)">; readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", "0.5rem">; readonly maxHeight: stylex.StyleXClassNameFor<"maxHeight", "25rem">; readonly overflowY: stylex.StyleXClassNameFor<"overflowY", "auto">; readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", "0 4px 6px rgba(0, 0, 0, 0.1)">; readonly animationName: stylex.StyleXClassNameFor<"animationName", string>; readonly animationDuration: stylex.StyleXClassNameFor<"animationDuration", "0.2s">; readonly animationTimingFunction: stylex.StyleXClassNameFor<"animationTimingFunction", "ease">; }>; readonly dropdownListBottom: Readonly<{ readonly top: stylex.StyleXClassNameFor<"top", "7rem">; readonly transform: stylex.StyleXClassNameFor<"transform", "translateY(0)">; }>; readonly dropdownListTop: Readonly<{ readonly bottom: stylex.StyleXClassNameFor<"bottom", "80%">; readonly transform: stylex.StyleXClassNameFor<"transform", "translateY(0)">; }>; readonly dropdownItem: Readonly<{ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "2rem">; readonly padding: stylex.StyleXClassNameFor<"padding", "1rem 1rem 1rem 1.5rem">; readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">; readonly boxSizing: stylex.StyleXClassNameFor<"boxSizing", "border-box">; readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly textAlign: stylex.StyleXClassNameFor<"textAlign", "left">; readonly border: stylex.StyleXClassNameFor<"border", "none">; readonly background: stylex.StyleXClassNameFor<"background", "transparent">; readonly color: stylex.StyleXClassNameFor<"color", "black" | "white">; readonly transition: stylex.StyleXClassNameFor<"transition", "background-color 0.15s ease">; readonly margin: stylex.StyleXClassNameFor<"margin", 0>; readonly display: stylex.StyleXClassNameFor<"display", "block">; readonly ':focus': stylex.StyleXClassNameFor<":focus", { readonly outline: "none"; }>; readonly ':focus-visible': stylex.StyleXClassNameFor<":focus-visible", { readonly outline: "2px solid #93c5fd"; readonly outlineOffset: "-2px"; }>; readonly ':hover': stylex.StyleXClassNameFor<":hover", { readonly backgroundColor: { readonly default: "rgba(0,0,0,0.05)"; readonly "@media (prefers-color-scheme: dark)": "rgba(255,255,255,0.1)"; }; }>; }>; readonly highlightedItem: Readonly<{ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "rgba(255,255,255,0.1)" | "rgba(0,0,0,0.07)">; readonly padding: stylex.StyleXClassNameFor<"padding", "1rem 1.5rem">; }>; readonly noResults: Readonly<{ readonly zIndex: stylex.StyleXClassNameFor<"zIndex", 10>; readonly position: stylex.StyleXClassNameFor<"position", "absolute">; readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly padding: stylex.StyleXClassNameFor<"padding", "1.5rem">; readonly textAlign: stylex.StyleXClassNameFor<"textAlign", "center">; readonly left: stylex.StyleXClassNameFor<"left", 0>; readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.6rem">; readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "white" | "#333333">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "1px">; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", "rgba(0,0,0,0.3)" | "rgba(255,255,255,0.3)">; readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", "0.5rem">; readonly color: stylex.StyleXClassNameFor<"color", "#666" | "#ccc">; readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", "0 4px 6px rgba(0, 0, 0, 0.1)">; readonly animationName: stylex.StyleXClassNameFor<"animationName", string>; readonly animationDuration: stylex.StyleXClassNameFor<"animationDuration", "0.2s">; readonly animationTimingFunction: stylex.StyleXClassNameFor<"animationTimingFunction", "ease">; }>; readonly noResultsBottom: Readonly<{ readonly top: stylex.StyleXClassNameFor<"top", "7rem">; }>; readonly noResultsTop: Readonly<{ readonly bottom: stylex.StyleXClassNameFor<"bottom", "7rem">; }>; 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>; }>; }>;