import { type RecipeVariants } from '@vanilla-extract/recipes'; export declare const CHIP_CONTENT_GAP: { readonly small: 2; readonly medium: 4; readonly large: 4; }; export declare const chipRootRecipe: import("@vanilla-extract/recipes").RuntimeFn<{ variant: { primary: string; secondary: string; outline: string; }; color: { gray: {}; mint: {}; green: {}; blue: {}; purple: {}; magenta: {}; red: {}; orange: {}; yellow: {}; }; circular: { true: string; }; size: { small: (string | { height: number; })[]; medium: (string | { height: number; })[]; large: (string | { height: number; })[]; }; }>; export type ChipRootVariants = RecipeVariants; //# sourceMappingURL=Chip.css.d.ts.map