import { type EnhancedComponent } from '../../utils'; import _ScrollSpy from './scroll-spy.vue'; import _ScrollSpyAnchor from './scroll-spy-anchor.vue'; export declare const ScrollSpy: EnhancedComponent; export declare const ScrollSpyAnchor: EnhancedComponent; export default ScrollSpy; export type { ScrollSpyProps, ScrollSpySlots, ScrollSpyEmits, ScrollSpyExpose, ScrollSpyAnchorProps, ScrollSpyAnchorSlots, ScrollSpyAnchorEmits, ScrollSpyAnchorExpose, } from './common';