import { type SkipLinkData } from '../../context/skip-links/types'; /** * Skip links shown behind `platform_dst_nav4_skip_link_a11y_1`: a single focus-revealed * control opens a dialog listing skip targets. */ export declare function SkipLinksPopup({ label: title, triggerLabel, testId, links, }: { label: string; triggerLabel: string; testId?: string; links: Array; }): JSX.Element;