import { ElementRef } from '@angular/core'; import { ScListItemSelectorComponent } from '../sc-list-item-selector/sc-list-item-selector.component'; import { ScPopOutComponent } from '../sc-pop-out/sc-pop-out.component'; import * as i0 from "@angular/core"; export declare class ScContextMenuComponent extends ScListItemSelectorComponent { private element; leftPosition: number; topPosition: number; isShowHeader: boolean; title: any; popOut: ScPopOutComponent; constructor(element: ElementRef); onMouseClick(event: any): void; open(): void; closeMenu(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }