export { Text } from './Text'; export { Heading, headingStyles } from './Heading'; export type { TextProps } from './Text'; export type { HeadingProps } from './Heading';