import { type IElement } from '@antv/g';
export declare const getAllChildCells: <T extends IElement<any, any>>(children: T[] | undefined, cellType: any) => T[];
