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