export declare class ContextMenuActionData {
    elementId: string;
    actionId: string;
    constructor(elementId: string, actionId: string);
}
