import { type RecipeVariants } from '@vanilla-extract/recipes'; export declare const segmentedControlItemRecipe: import("@vanilla-extract/recipes").RuntimeFn<{ size: { small: string; medium: string; large: string; }; active: { true: string; false: string; }; }>; export type SegmentedControlItemRecipeVariants = RecipeVariants; //# sourceMappingURL=SegmentedControlItem.css.d.ts.map