import { Typography as p } from "@tuoyuan/arco";
import { TypographyParagraph as T, TypographyText as g, TypographyTitle as h } from "@tuoyuan/arco";
const a = p;
export {
a as Typography,
T as TypographyParagraph,
g as TypographyText,
h as TypographyTitle,
a as default
};