import Text from './Text'; export default Text; export * from './Text'; export { default as Text } from './Text';