/** * A hook that returns the current URL hash and updates * whenever it changes (via hashchange event or popstate). * * @returns The current hash value */ export declare const useHash: () => string;