/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { ColumnMenuItemDirective } from './column-menu-item.directive'; import { AfterViewInit, NgZone, QueryList } from '@angular/core'; import { ColumnMenuService } from './column-menu.service'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class ColumnMenuContainerComponent implements AfterViewInit { private service; private ngZone; columnMenuItems: QueryList; templateMenuItems: any[]; constructor(service: ColumnMenuService, ngZone: NgZone); ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }