/// <reference types="react" />
import type { Props } from "./types";
declare const SkipNavigation: ({ actions, feedbackUrl, feedbackLabel, firstSectionLabel, firstActionLabel, }: Props) => JSX.Element;
export default SkipNavigation;
