export { default, EM, Strong } from './TypographyText'; export { default as Heading, H1, H2, H3, H4 } from './TypographyHeading'; export type { HeadingProps, ShortHandHeadingProps } from './Typography.types';