import * as React from 'react'; import { TableProps } from 'antd'; import './Table.less'; export type SubqlTableProps = TableProps>; export declare const SubqlTable: React.FC;