import { TableRowTypeMap } from "."; /** * Will automatically set dynamic row height * based on the material table element parent (head, body, etc). */ /** * Will automatically set dynamic row height * based on the material table element parent (head, body, etc). * * Demos: * * - [Tables](https://mui.com/components/tables/) * * API: * * - [TableRow API](https://mui.com/api/table-row/) */ declare const TableRow: import("@suid/types").OverridableComponent; export default TableRow; //# sourceMappingURL=TableRow.d.ts.map