export declare const ContextMenuActions: { open: import("@ngrx/store").ActionCreator<"[ContextMenu] open", (props: { itemId: string; clientX: number; clientY: number; resultSet?: string | undefined; from: string; coordinates?: number[] | undefined; }) => { itemId: string; clientX: number; clientY: number; resultSet?: string | undefined; from: string; coordinates?: number[] | undefined; } & import("@ngrx/store/src/models").TypedAction<"[ContextMenu] open">>; hide: import("@ngrx/store").ActionCreator<"[ContextMenu] hide", () => import("@ngrx/store/src/models").TypedAction<"[ContextMenu] hide">>; };