import React from 'react'; import type { IndexAnchorProps, IndexAnchorInstance } from './types'; export declare const INDEX_ANCHORE_KEY: unique symbol; declare const IndexAnchor: React.ForwardRefExoticComponent>; export default IndexAnchor;