import * as React from 'react'; import { TableProps } from './types'; export declare const Table: React.FC;