/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { ChipMenuItemDirective } from './chip-menu-item.directive'; import { AfterViewInit, NgZone, QueryList } from '@angular/core'; import { ChipMenuService } from './chip-menu.service'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class ChipMenuContainerComponent implements AfterViewInit { private service; private ngZone; chipMenuItems: QueryList; hostClass: boolean; constructor(service: ChipMenuService, ngZone: NgZone); ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }