export declare function useContextMenu(): { visible: boolean; onVisibleChange(state: boolean): void; items: never[]; };