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