import { TypographyVariant } from '@/components/typography/v4/TypographyTypes'; export declare const typographyData: { variant: TypographyVariant; weight: string; size: string; lineHeight: string; letterSpacing: string; }[];