import { TableCompound } from './types'; /** * Responsive scrollable `` compound with striped, bordered, and * fixed-column variants. Scrollable container is keyboard-focusable for * WCAG 2.1 SC 2.1.1 compliance. * * Compound slots: `Table.Header`, `.Body`, `.Footer`, `.Row`, `.Head`, * `.Cell`, `.Caption`, `.ColGroup`, `.Col`. */ declare const Table: TableCompound; export default Table;