export { Heading } from './Heading'; export { Text } from './Text'; export { Display } from './Display'; export type { THeadingSize, TTextSize, TDisplaySize } from './types'; export { HEADING_SIZES } from './types';