import { RecipeVariants } from '@vanilla-extract/recipes'; export declare const headerCssVariable = "var(--header-font-family)"; export declare const mainCssVariable = "var(--main-font-family)"; export declare const header: string; export declare const sizes: import('@vanilla-extract/recipes').RuntimeFn<{ size: { xs: { fontSize: number; }; sm: { fontSize: number; }; base: { fontSize: number; }; lg: { fontSize: number; }; xl: { fontSize: number; }; xxl: { fontSize: number; }; }; }>; export declare const typography: import('@vanilla-extract/recipes').RuntimeFn<{ type: { h1: { fontFamily: "var(--header-font-family)"; }; h2: { fontFamily: "var(--header-font-family)"; }; h3: { fontFamily: "var(--header-font-family)"; }; h4: { fontFamily: "var(--header-font-family)"; }; h5: { fontFamily: "var(--header-font-family)"; }; h6: { fontFamily: "var(--header-font-family)"; }; subtitle1: {}; subtitle2: {}; body1: { fontFamily: "var(--main-font-family)"; }; body2: { fontFamily: "var(--main-font-family)"; }; inherit: {}; }; }>; export type TypographyVariants = RecipeVariants; export type TypographySizeVariants = RecipeVariants;