export function ContextMenu(menu: any, options: any): void; export class ContextMenu { constructor(menu: any, options: any); menu: any; contextTarget: any; setOptions: (_options: any) => void; changeOption: (option: any, value: any) => void; getOptions: () => any; reload: () => void; destory: () => void; display: (e: any, target: any, zIndexMenu: any) => void; hide: () => void; } export namespace ContextMenu { const count: number; const DIVIDER: string; }