import { TableProps } from 'antd/lib/table/Table'; export declare function Table({ name, ...restProps }: { name: string; } & TableProps): JSX.Element; export default Table; //# sourceMappingURL=index.d.ts.map