export declare function useGlobalCursorModifier(): { set: (cursor: string) => void; reset: () => void; };