import { TopNavSkipNavProps } from '../TopNavTypes'; /** * Moves the user to the main content of the page. * The content inside a link should indicate where the link goes, even out of context. * * @example * Skip To Main Content}> * Link * * * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#accessibility */ export declare const TopNavSkipNav: ({ children, href, ...rest }: TopNavSkipNavProps) => import("react/jsx-runtime").JSX.Element;