declare const typographyTagDictionary: string[]; declare const typographyHeadingTagDictionary: string[]; declare const truncateDictionary: string[]; export { truncateDictionary, typographyHeadingTagDictionary, typographyTagDictionary, };