import type { ReactNode } from 'react'; interface SkipLinkProps { children: ReactNode; anchorId: string; } export declare const SkipLink: { ({ children, anchorId }: SkipLinkProps): JSX.Element; Anchor: ({ id }: { id: string; }) => JSX.Element; }; export {}; //# sourceMappingURL=SkipLink.d.ts.map