import { type EnhancedComponent } from '../../utils'; import _Indexes from './indexes.vue'; import _IndexesAnchor from './indexes-anchor.vue'; import _IndexesNav from './indexes-nav.vue'; export declare const Indexes: EnhancedComponent; export declare const IndexesAnchor: EnhancedComponent; export declare const IndexesNav: EnhancedComponent; export default Indexes; export type { IndexesProps, IndexesSlots, IndexesEmits, IndexesExpose, IndexesAnchorProps, IndexesAnchorSlots, IndexesNavProps, IndexesNavSlots, IndexesNavEmits, } from './common';