import BaseTable from './base-table';
import { WithInstallType } from '../shared';
import './style';
import { TdBaseTableProps } from './type';
export declare type TableProps = TdBaseTableProps;
export * from './type';
export * from './interface';
export declare const Table: WithInstallType<typeof BaseTable>;
export default Table;
