export declare type TextVariantName = 'text-heading-80' | 'text-heading-72' | 'text-heading-64' | 'text-heading-56' | 'text-heading-48' | 'text-heading-40' | 'text-heading-32' | 'text-heading-24' | 'text-heading-20' | 'text-heading-18' | 'text-heading-16' | 'text-ui-48' | 'text-ui-40' | 'text-ui-36' | 'text-ui-32' | 'text-ui-24' | 'text-ui-20' | 'text-ui-18' | 'text-ui-16' | 'text-ui-16-uppercase' | 'text-ui-14' | 'text-ui-14-uppercase' | 'text-ui-12' | 'text-ui-12-uppercase' | 'text-ui-10' | 'text-ui-10-uppercase' | 'text-ui-8' | 'text-ui-8-uppercase'; export declare const text: any;