import { TextProps } from "./type.mjs";
import Text from "./Text.mjs";
export { type TextProps, Text as default };