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