import { InteractiveObject } from '../display/InteractiveObject'; import { Event } from './Event'; export declare class ContextMenuEvent extends Event { static classInitializer: any; static classSymbols: string[]; static instanceSymbols: string[]; mouseTarget: InteractiveObject; contextMenuOwner: InteractiveObject; constructor(type: string, bubbles?: boolean, cancelable?: boolean, mouseTarget?: InteractiveObject, contextMenuOwner?: InteractiveObject); static MENU_ITEM_SELECT: string; static MENU_SELECT: string; } //# sourceMappingURL=ContextMenuEvent.d.ts.map