export declare class ContextMenu { addAction( id: string, label: string, action: string, order: string, img?: string ): void; }