export declare const optionSelectorStyle: { arrow: Record<"horizontal" | "vertical", string>; errorFirstSelector: string; errorSecondSelector: string; wrapper: import("@vanilla-extract/recipes").RuntimeFn<{ direction: { horizontal: { display: "grid"; alignItems: "center"; gridTemplateColumns: `1fr var(--${string}) 1fr`; gap: `var(--${string})`; }; vertical: { display: "flex"; flexDirection: "column"; alignItems: "start"; gap: `var(--${string})`; }; }; }>; revealOnHover: string; firstLabel: string; secondLabel: string; firstSelectInput: Record<"horizontal" | "vertical", string>; secondSelectInput: Record<"horizontal" | "vertical", string>; }; //# sourceMappingURL=styles.css.d.ts.map