import * as React from "react"; declare const MuiTableHead: React.ForwardRefExoticComponent & Omit, HTMLTableSectionElement>, "ref">, "render"> & React.RefAttributes>; declare const MuiTableBody: React.ForwardRefExoticComponent & Omit, HTMLTableSectionElement>, "ref">, "render"> & React.RefAttributes>; declare const MuiTableCell: React.ForwardRefExoticComponent & Omit, HTMLTableDataCellElement>, "ref">, "render"> & React.RefAttributes>; export { MuiTableBody, MuiTableCell, MuiTableHead };