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