import React from 'react'; export declare function useHashScrolling(): [ ref: (node: THTMLElement) => void, hashLink: React.ReactNode, hash: string | undefined ];