/** @public */ export declare function useTitleCounter(): { setNotificationCount: (newCount: number) => void; };