import React from 'react'; import { TableProps } from './interface'; declare const Table: React.ForwardRefExoticComponent>; export default Table;