import * as _angular_core from '@angular/core'; declare class HsUiExtensionsRecursiveDdComponent { value: _angular_core.InputSignal; excludeKeys: _angular_core.InputSignal; firstLevel: _angular_core.InputSignal; private hsMapService; isIterable: _angular_core.Signal; entries: _angular_core.Signal<[string, unknown][]>; /** * * * FIXME: duplicity with HsAddDataCatalogueMapService * however it would be necessary to move many services to shared in case this is imported from * components/add-data * * ZoomTo / MoveTo to selected layer overview * @param bbox - Bounding box of selected layer */ zoomTo(bboxValue: unknown): void; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵcmp: _angular_core.ɵɵComponentDeclaration; } export { HsUiExtensionsRecursiveDdComponent };