import { ITableComponent } from './types'; declare const Table: ITableComponent; export default Table; export { Table };