import * as React from "react";
import type { Props } from "./types";
declare const SkipLink: ({ links, buttonLabel }: Props) => React.JSX.Element;
export default SkipLink;
