export * from './Body/Body'; export * from './Dspl/Dspl'; export * from './Heading/Heading'; export * from './Text/Text'; export * from './Old/Button/Button'; export * from './Old/Body/Body'; export * from './Old/Caption/Caption'; export * from './Old/Display/Display'; export * from './Old/Footnote/Footnote'; export * from './Old/Headline/Headline'; export * from './Old/Paragraph/Paragraph'; export * from './Old/ParagraphText/ParagraphText'; export * from './Old/Underline/Underline'; export * from './Old/Subtitle/Subtitle'; export { tokens as typographyTokens } from './tokens'; export { typographyComponent } from './Typography.types'; export type { TypographyComponent, AllowedTextHTMLElements } from './Typography.types'; //# sourceMappingURL=index.d.ts.map