import { AfterViewInit, ElementRef, OnDestroy } from "@angular/core"; import * as i0 from "@angular/core"; export declare class SlickContextMenuComponent implements AfterViewInit, OnDestroy { slickContextMenuRef: ElementRef; slickContextMenuDropdownMenuRef: ElementRef; onClick(targetElement: any): void; onRightClick(event: MouseEvent): void; ngOnDestroy(): void; constructor(); ngAfterViewInit(): void; showContextMenu(e: MouseEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }