import { ListTable } from '../ListTable'; import { OnChainVTableProps } from '../type'; import { WholeRow } from './types'; /** 关闭自定义提示弹窗 */ export declare function closeCustomTooltip(): void; /** * 生成填充事件 */ export declare function generateTooltip(tableInstance: ListTable, tooltip?: OnChainVTableProps['tooltip']): () => void;