export { default } from './Typography'; export { TypographyProps, TypographyOverflow, TypographySize, TypographyWeight } from './Typography.constants'; export { SMALL_CSS as TYPOGRAPHY_SMALL_CSS, MEDIUM_CSS as TYPOGRAPHY_MEDIUM_CSS, LARGE_CSS as TYPOGRAPHY_LARGE_CSS } from './Typography.styles';