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