import { ElementRef } from '@angular/core';
export type ContextMenuAnchor = HTMLElement | ElementRef | {
    elementRef: ElementRef;
};
