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