declare const typographyDictionary: string[]; declare const typographyVariationsDictionary: string[]; declare const typographyReadingVariationsDictionary: string[]; declare const typographyMonoDictionary: string[]; declare const typographyTitleDictionary: string[]; declare const typographyInfoDictionary: string[]; declare const typographyReadDictionary: string[]; declare const typographySmallerDictionary: string[]; declare const typographyTooltipDictionary: string[]; declare const typographyInputDictionary: string[]; export { typographyDictionary, typographyInfoDictionary, typographyInputDictionary, typographyMonoDictionary, typographyReadDictionary, typographyReadingVariationsDictionary, typographySmallerDictionary, typographyTitleDictionary, typographyTooltipDictionary, typographyVariationsDictionary, };