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