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