import React from 'react'; import { IndexAnchorProps } from './PropsType'; export declare const INDEX_ANCHORE_KEY: unique symbol; declare const IndexAnchor: React.FC; export default IndexAnchor;