import Table from "./Table"; import type { TableProps } from "./Table.interface"; export { Table }; export type { TableProps };