import { type RecipeVariants } from '@vanilla-extract/recipes'; export declare const styledBadge: import("@vanilla-extract/recipes").RuntimeFn<{ colour: { neutral: {}; red: {}; green: {}; blue: {}; yellow: {}; }; inverted: { true: {}; false: {}; }; size: { small: { fontSize: `var(--${string})`; fontWeight: `var(--${string})`; }; standard: { fontSize: `var(--${string})`; }; large: { fontSize: `var(--${string})`; padding: `var(--${string})`; }; }; }>; export type StyledBadgeProps = NonNullable>; //# sourceMappingURL=Badge.css.d.ts.map