import { OnInit } from '@angular/core'; export declare class ContextualMenuComponent implements OnInit { constructor(); ngOnInit(): void; }