import * as React from 'react'; export interface ISkipLinkProps { elementId: string; } export declare const SkipLink: (props: React.PropsWithChildren) => JSX.Element;