/**----------------------------------------------------------------------------------------- * 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 { ChipMenuService } from './chip-menu.service'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class ChipMenuItemBase implements OnInit { /** * Represents the ChipMenuService class. * Requires a mandatory input. */ service: ChipMenuService; hostClass: boolean; ngOnInit(): void; close(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }