import Text from './text'; export type { TextProps } from './text'; export { StyledText } from './text.styles'; export default Text;