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