import { RecipeVariants } from '@vanilla-extract/recipes'; export declare const xxSmall: { fontSize: string; lineHeight: string; '::before': { content: string; marginBottom: string; display: string; }; '::after': { content: string; marginTop: string; display: string; }; }; export declare const xSmall: { fontSize: string; lineHeight: string; '::before': { content: string; marginBottom: string; display: string; }; '::after': { content: string; marginTop: string; display: string; }; }; export declare const small: { fontSize: string; lineHeight: string; '::before': { content: string; marginBottom: string; display: string; }; '::after': { content: string; marginTop: string; display: string; }; }; export declare const medium: { fontSize: string; lineHeight: string; '::before': { content: string; marginBottom: string; display: string; }; '::after': { content: string; marginTop: string; display: string; }; }; export declare const large: { fontSize: string; lineHeight: string; '::before': { content: string; marginBottom: string; display: string; }; '::after': { content: string; marginTop: string; display: string; }; }; export declare const sMonotype: { fontSize: string; lineHeight: string; '::before': { content: string; marginBottom: string; display: string; }; '::after': { content: string; marginTop: string; display: string; }; }; export declare const family: { readonly body: { readonly fontFamily: "Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol"; }; readonly heading: { readonly fontFamily: "Inter, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif"; }; readonly monospace: { readonly fontFamily: "IBM Plex Mono, Menlo, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier, monospace"; }; }; export declare const typographyStyles: { readonly family: { readonly body: { readonly fontFamily: "Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol"; }; readonly heading: { readonly fontFamily: "Inter, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif"; }; readonly monospace: { readonly fontFamily: "IBM Plex Mono, Menlo, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier, monospace"; }; }; readonly size: { readonly xxSmall: { fontSize: string; lineHeight: string; '::before': { content: string; marginBottom: string; display: string; }; '::after': { content: string; marginTop: string; display: string; }; }; readonly xSmall: { fontSize: string; lineHeight: string; '::before': { content: string; marginBottom: string; display: string; }; '::after': { content: string; marginTop: string; display: string; }; }; readonly small: { fontSize: string; lineHeight: string; '::before': { content: string; marginBottom: string; display: string; }; '::after': { content: string; marginTop: string; display: string; }; }; readonly medium: { fontSize: string; lineHeight: string; '::before': { content: string; marginBottom: string; display: string; }; '::after': { content: string; marginTop: string; display: string; }; }; readonly large: { fontSize: string; lineHeight: string; '::before': { content: string; marginBottom: string; display: string; }; '::after': { content: string; marginTop: string; display: string; }; }; }; readonly weight: { readonly regular: { readonly fontWeight: "400"; }; readonly medium: { readonly fontWeight: "500"; }; readonly bold: { readonly fontWeight: "600"; }; }; }; export declare const variants: import("@vanilla-extract/recipes").RuntimeFn<{ align: { center: { textAlign: "center"; }; left: { textAlign: "left"; }; right: { textAlign: "right"; }; }; family: { readonly body: { readonly fontFamily: "Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol"; }; readonly heading: { readonly fontFamily: "Inter, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif"; }; readonly monospace: { readonly fontFamily: "IBM Plex Mono, Menlo, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier, monospace"; }; }; size: { readonly xxSmall: { fontSize: string; lineHeight: string; '::before': { content: string; marginBottom: string; display: string; }; '::after': { content: string; marginTop: string; display: string; }; }; readonly xSmall: { fontSize: string; lineHeight: string; '::before': { content: string; marginBottom: string; display: string; }; '::after': { content: string; marginTop: string; display: string; }; }; readonly small: { fontSize: string; lineHeight: string; '::before': { content: string; marginBottom: string; display: string; }; '::after': { content: string; marginTop: string; display: string; }; }; readonly medium: { fontSize: string; lineHeight: string; '::before': { content: string; marginBottom: string; display: string; }; '::after': { content: string; marginTop: string; display: string; }; }; readonly large: { fontSize: string; lineHeight: string; '::before': { content: string; marginBottom: string; display: string; }; '::after': { content: string; marginTop: string; display: string; }; }; }; weight: { readonly regular: { readonly fontWeight: "400"; }; readonly medium: { readonly fontWeight: "500"; }; readonly bold: { readonly fontWeight: "600"; }; }; case: { capital: { textTransform: "capitalize"; }; upper: { textTransform: "uppercase"; }; lower: { textTransform: "lowercase"; }; }; break: { all: { wordBreak: "break-all"; }; word: { wordBreak: "break-word"; }; normal: { wordBreak: "normal"; }; none: { whiteSpace: "nowrap"; }; }; }>; export type Variants = RecipeVariants;