export declare const heading: import("@vanilla-extract/recipes").RuntimeFn<{ level: { 1: { fontSize: string; lineHeight: "120%"; }[]; 2: { fontSize: string; lineHeight: "125%"; }[]; 3: { fontSize: string; lineHeight: "125%"; }[]; 4: { fontSize: string; }[]; 5: { fontSize: string; }[]; 6: { fontSize: string; letterSpacing: "0.5px"; }[]; }; }>;