import { RecipeVariants } from '@vanilla-extract/recipes'; export declare const inputTypographyStyle: import('@vanilla-extract/recipes').RuntimeFn<{ size: { 16: { fontSize: string; lineHeight: string; }; 18: { fontSize: string; lineHeight: string; }; }; type: { regular: { fontWeight: number; fontStyle: "normal"; }; semiBold: { fontWeight: number; fontStyle: "normal"; }; }; }>; export type InputTypographyStyle = RecipeVariants; export declare const typographyStyle: import('@vanilla-extract/recipes').RuntimeFn<{ size: { tiny: { fontSize: string; lineHeight: string; }; xsmall: { fontSize: string; lineHeight: string; }; small: { fontSize: string; lineHeight: string; }; caption: { fontSize: string; lineHeight: string; }; body: { fontSize: string; lineHeight: string; }; lead: { fontSize: string; lineHeight: string; }; headline21: { fontSize: string; lineHeight: string; }; headline26: { fontSize: string; lineHeight: string; }; headline31: { fontSize: string; lineHeight: string; }; headline37: { fontSize: string; lineHeight: string; }; headline48: { fontSize: string; lineHeight: string; }; display: { fontSize: string; lineHeight: string; }; hero: { fontSize: string; lineHeight: string; }; uber: { fontSize: string; lineHeight: string; }; colossus: { fontSize: string; lineHeight: string; }; monoCaption: { fontFamily: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; fontSize: string; lineHeight: string; }; }; type: { regular: { fontWeight: number; fontStyle: "normal"; }; bold: { fontWeight: number; fontStyle: "normal"; }; }; }>; export type TypographyStyle = RecipeVariants; //# sourceMappingURL=typography.css.d.ts.map