import Text from './text'; import { TextProps } from './text'; export type Props = TextProps; export default Text;