import Text from "./text"; export default Text; export type { TextProps } from "./text"; export { StyledText, type StyledTextVariants } from "./style"; export { default as Text } from "./text";