import * as React from "react"; declare const SimpleTable: React.ForwardRefExoticComponent & React.RefAttributes>; declare const SimpleTableHeader: React.ForwardRefExoticComponent & React.RefAttributes>; declare const SimpleTableBody: React.ForwardRefExoticComponent & React.RefAttributes>; declare const SimpleTableFooter: React.ForwardRefExoticComponent & React.RefAttributes>; declare const SimpleTableRow: React.ForwardRefExoticComponent & React.RefAttributes>; declare const SimpleTableHead: React.ForwardRefExoticComponent & React.RefAttributes>; declare const SimpleTableCell: React.ForwardRefExoticComponent & React.RefAttributes>; declare const SimpleTableCaption: React.ForwardRefExoticComponent & React.RefAttributes>; export { SimpleTable, SimpleTableHeader, SimpleTableBody, SimpleTableFooter, SimpleTableHead, SimpleTableRow, SimpleTableCell, SimpleTableCaption }; //# sourceMappingURL=simple-table.d.ts.map