import * as React from "react";
import type { Props } from "./types";
declare const SkipLink: ({ links, buttonLabel, dataTest, id }: Props) => React.JSX.Element;
export default SkipLink;
//# sourceMappingURL=index.d.ts.map