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