/// import './style/index.less'; import IndexAnchor from './IndexAnchor'; declare const IndexBar: import("react").ForwardRefExoticComponent> & { Anchor: import("react").FC; }; export { IndexBar, IndexAnchor }; export type { IndexBarProps, IndexAnchorProps, IndexBarInstance, } from './PropsType';