import * as React from 'react';
import type { AntAnchor } from './Anchor';
declare const AnchorContext: React.Context<AntAnchor | undefined>;
export default AnchorContext;
