/**
 * This hook is used to set the favicon of the page.
 * @param href The URL of the favicon.
 */
declare const useFavicon: (href: string) => void;
export default useFavicon;
