import { EventEmitter, AfterViewInit, OnDestroy, OnInit } from '@angular/core'; import { MenuLink } from '../../models/Table'; import { ComponentService } from '../../services/component.service'; import * as i0 from "@angular/core"; export declare class ModalMenuComponent implements AfterViewInit, OnInit, OnDestroy { private componentService; onCommand: EventEmitter; onInit: EventEmitter; links: Array; additionalLinks: Array; sublinks: Array; componentID: string; commandRow: any; private onActionChange; constructor(componentService: ComponentService); exec(link: MenuLink, event: any): void; ngAfterViewInit(): void; ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=modal-menu.component.d.ts.map