import { type RecipeVariants } from '@vanilla-extract/recipes'; export declare const segmentedControlBaseRecipe: import("@vanilla-extract/recipes").RuntimeFn<{ autoSize: { true: string; }; active: { true: {}; false: {}; }; hasSeparator: { true: {}; false: {}; }; }>; export declare const segmentedControlBaseIndicatorStyle: string; export declare const segmentedControlBaseInputStyle: string; export declare const segmentedControlBaseLabelRecipe: import("@vanilla-extract/recipes").RuntimeFn<{ disabled: { true: (string | { opacity: number; })[]; false: string; }; active: { true: {}; false: {}; }; }>; export type SegmentedControlBaseLabelRecipeVariants = RecipeVariants; //# sourceMappingURL=SegmentedControlBase.css.d.ts.map