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