/// import IndexAnchor from './IndexAnchor'; declare const IndexBar: import("react").ForwardRefExoticComponent> & { Anchor: import("react").ForwardRefExoticComponent>; }; export default IndexBar; export { IndexBar, IndexAnchor }; export type { IndexBarProps, IndexBarInstance, IndexAnchorProps } from './types';