import type { NsTranslationKey } from '../../types'; /** * Hook that automatically sends a "Landed on page" analytics event on when active form changes. * Used on form component level (i.e. Basic information, Additional details etc.) to explicitly track page visits. * This centralizes the common analytics pattern used across form components. */ export declare const usePageLandedEvent: (formName: NsTranslationKey<"common">) => void;