// components
export { Text } from './Text';

// context
export { TextClassContext, useTextClass } from './context';

// types
export type { TextProps, TextRef } from './types';

// styles
export { textVariants } from './styles'; 