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