/**
 * Hook for setting body cursors.
 *
 * Credits: https://github.com/pmndrs/drei#usecursor
 */
export declare function useCursor(hovered: boolean, onPointerOver?: string, onPointerOut?: string): void;
