export declare function useContextMenu(authRemove?: boolean): (((options: import("../..").ContextMenuOptions) => Promise<unknown> | undefined) | (() => void))[];
