import * as React from "react"; declare const Table: React.ForwardRefExoticComponent, HTMLTableElement>, "ref"> & React.RefAttributes>; declare const TableHeader: React.ForwardRefExoticComponent, HTMLTableSectionElement>, "ref"> & React.RefAttributes>; declare const TableBody: React.ForwardRefExoticComponent, HTMLTableSectionElement>, "ref"> & React.RefAttributes>; declare const TableRow: React.ForwardRefExoticComponent, HTMLTableRowElement>, "ref"> & React.RefAttributes>; declare const TableHead: React.ForwardRefExoticComponent, HTMLTableHeaderCellElement>, "ref"> & React.RefAttributes>; declare const TableCell: React.ForwardRefExoticComponent, HTMLTableDataCellElement>, "ref"> & React.RefAttributes>; export { Table, TableHeader, TableBody, TableHead, TableRow, TableCell }; //# sourceMappingURL=table.d.ts.map