export declare const defaultTextSizes: { xs: { fontSize: string; lineHeight: string; }; sm: { fontSize: string; lineHeight: string; }; base: { fontSize: string; lineHeight: string; }; lg: { fontSize: string; lineHeight: string; }; xl: { fontSize: string; lineHeight: string; }; "2xl": { fontSize: string; lineHeight: string; }; "3xl": { fontSize: string; lineHeight: string; }; "4xl": { fontSize: string; lineHeight: string; }; "5xl": { fontSize: string; lineHeight: number; }; "6xl": { fontSize: string; lineHeight: number; }; "7xl": { fontSize: string; lineHeight: number; }; "8xl": { fontSize: string; lineHeight: number; }; "9xl": { fontSize: string; lineHeight: number; }; };