import type { Event } from '@antv/g-canvas'; import type { TargetCellInfo } from '../../common/interface'; export declare const getBaseCellData: (ev: Event) => TargetCellInfo;