export declare const selectWrapperCSS: import("@vanilla-extract/recipes").RuntimeFn<{ fullWidth: { true: { width: "100%"; }; false: { width: "auto"; }; }; }>; export declare const clearReactSelectZIndex: string; export declare const selectTriggerIconWrapperCSS: import("@vanilla-extract/recipes").RuntimeFn<{ isOverlayOpen: { true: { transform: "rotate(180deg)"; }; }; }>; export declare const selectTriggerCSS: import("@vanilla-extract/recipes").RuntimeFn<{ fullWidth: { true: { width: "auto"; }; }; }>; export declare const selectGroupHeadingCSS: string; export declare const selectVirtualizationWrapperCSS: string; export declare const selectMenuListWrapperCSS: string; export declare const selectNoOptionsMessageCSS: string; export declare const selectValueContainerTruncationBoxCSS: string; export declare const validAndEnabledCSS: string; export declare const placeholderColorCSS: string; export declare const selectMenuDividerCSS: string; export declare const selectMenuOverlayCSS: import("@vanilla-extract/recipes").RuntimeFn<{ isTriggerWidth: { true: { minWidth: "128px"; }; }; }>; export declare const selectMultiValueCSS: string; export declare const selectOptionSingleCSS: string; export declare const selectAllCSS: string; export declare const selectOptionMultiCSS: string; export declare const selectOptionMultiIndicatorCSS: import("@vanilla-extract/recipes").RuntimeFn<{ selected: { true: { borderColor: string; backgroundColor: string; }; }; }>; export declare const selectOptionMultiIndicatorIconCSS: string; export declare const selectOptionPrefixCSS: string; export declare const selectOptionSuffixCSS: string;