import { IPizzagna } from "../../types"; export declare class DynamicComponentCreator { getPizzagnaUpdatedWithComponents(pizzagna: IPizzagna, parentPath: string, componentIds: string[]): IPizzagna; private getPizzagnaWithChildren; private updateChildPizzagna; private getPizzagnaWithNodesSet; }