import type { Component, Props, TableBodyRow, TableHeadRow, TableTH, TableTD } from './types';
declare const componentID = "-ui-table";
declare const Table: import("../_internals/types").CoreUIComponent<Props, object>;
export default Table;
export { componentID };
export type { Component, Props, TableBodyRow, TableHeadRow, TableTH, TableTD };
