import * as React from 'react';
import { PropsWithChildren } from 'react';
import { TableProps } from '../../table';
declare const table: (props: PropsWithChildren<TableProps>) => React.JSX.Element;
export default table;
