import { fieldColorVars } from '../../../styles/field.sty.js'; export declare const select: string; export declare const filter: string; export declare const selectWrapper: import("@vanilla-extract/recipes").RuntimeFn<{ fullWidth: { true: { width: "100%"; }; false: { width: "auto"; }; }; }>; export declare const clearReactSelectZIndex: string; export declare const selectTriggerIconWrapper: import("@vanilla-extract/recipes").RuntimeFn<{ isOverlayOpen: { true: { transform: "rotate(180deg)"; }; }; readOnly: { true: { color: string; cursor: "default"; }; }; }>; export declare const selectTrigger: import("@vanilla-extract/recipes").RuntimeFn<{ fullWidth: { true: { width: "auto"; }; }; showError: { true: {}; }; readOnly: { true: { cursor: "default"; selectors: { [x: string]: { vars: { [fieldColorVars.background]: string; }; }; }; }; }; }>; export declare const selectGroupHeading: string; export declare const selectVirtualizationWrapper: string; export declare const selectMenuListWrapper: string; export declare const selectNoOptionsMessage: string; export declare const selectValueContainerTruncationBox: string; export declare const validAndEnabled: string; export declare const placeholderColor: string; export declare const selectMenuLoadingWrapper: string; export declare const selectMenuDivider: string; export declare const selectMenuOverlay: import("@vanilla-extract/recipes").RuntimeFn<{ isTriggerWidth: { true: { minWidth: "128px"; }; }; }>; export declare const selectMultiValue: string; export declare const selectOptionSingle: string; export declare const selectAll: string; export declare const selectOptionMulti: string; export declare const selectOptionMultiIndicator: import("@vanilla-extract/recipes").RuntimeFn<{ selected: { true: { borderColor: string; backgroundColor: string; }; }; }>; export declare const selectOptionMultiIndicatorIcon: string; export declare const selectOptionPrefix: string; export declare const selectOptionSuffix: string;