import Summary from './summary/index'; declare const TableComponent: ((props: import("./interface").TableProps & { ref?: import("react").Ref; }) => import("react").ReactElement>) & { Summary: typeof Summary; }; export default TableComponent; export { type TableProps, type ColumnProps, type RowSelectionProps, type ExpandProps, } from './interface';