import React from "react"; export interface Props { id: string; text?: string; url: string; dataTestId: string; } export declare const SkipToContent: (props: Props) => React.JSX.Element;