import { Element } from '../editorRendererController';

export declare const getRecursiveElementChildren: (allElements: Element[], parentId: string, componentId?: string) => Element[];
