/// import { TableProps } from './types'; declare const Table: { (props: TableProps): JSX.Element; defaultProps: { variant: string; }; }; export default Table;