/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { OnInit } from '@angular/core'; import { ColumnMenuService } from './column-menu.service'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class ColumnMenuItemBase implements OnInit { /** * Represents the [`ColumnMenuService`](https://www.telerik.com/kendo-angular-ui/components/grid/api/columnmenuservice) class. * This input is required. */ service: ColumnMenuService; hostClass: boolean; ngOnInit(): void; /** * @hidden */ close(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }