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