/**
 * Internal hook to handle the browser title and icon
 * @param name
 * @param logo
 */
export declare function useBrowserTitleAndIcon(name: string, logo?: string): void;
