export declare function useFavicon(defaultHref?: string | null): { setFavicon: (href: string) => void; };