import { TableProps } from 'antd/lib/table'; /** * 可拖动列宽表格 */ export declare const ResizableTable: (props: TableProps) => JSX.Element;