import Table, { TableProps as TTableProps } from './Table'; export declare type TableProps = TTableProps; export default Table;