export declare function useScrollspy(): { visibleHeadings: import("vue").Ref; activeHeadings: import("vue").Ref; updateHeadings: (headings: Element[]) => void; };