import { Table as T } from "@tuoyuan/arco";
import { TableColumn as r, Tbody as b, Td as t, Th as d, Thead as m, Tr as f } from "@tuoyuan/arco";
const e = T;
export {
e as Table,
r as TableColumn,
b as Tbody,
t as Td,
d as Th,
m as Thead,
f as Tr,
e as default
};