/** * Tracks outbound link clicks - when a user clicks a link that leads away * from the current domain to another website. */ declare function useOutboundClickAnalytics(): void; export { useOutboundClickAnalytics };