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