import { type Context } from 'react';
import { type SkipLinkContextProps } from './types';
export declare const SkipLinksContext: Context<SkipLinkContextProps>;
