/** * Dynamically sets the favicon. * * Example: * useFavicon("/logo-dark.ico"); */ export declare function useFavicon(href: string): void;