import { TableTypeMap } from "."; /** * * Demos: * * - [Tables](https://mui.com/components/tables/) * * API: * * - [Table API](https://mui.com/api/table/) */ declare const Table: import("@suid/types").OverridableComponent; export default Table; //# sourceMappingURL=Table.d.ts.map