import type { DisplayObject } from '@antv/g';
import type { CellAppendInfo } from '../../common';
export declare const getAppendInfo: <T extends Record<string, any> = CellAppendInfo<import("@antv/s2").Node>>(eventTarget: DisplayObject) => T;
