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