export { Header } from './header'; export type { HeaderProps } from './header'; export { Display } from './display'; export type { DisplayProps } from './display'; export { Title } from './title'; export type { TitleProps } from './title'; export { Caption } from './caption'; export type { CaptionProps } from './caption'; export { Text } from './text'; export type { TextProps } from './text';