export type { TextStylesType, IText, ITextStandAlone } from './types';
export { TextComponentType, TextDisplayType, TextDecorationType, TextTransformType } from './types';
export { Text } from './text';
export { TextStyled } from './text.styled';
