import { Ref } from 'vue'; export declare function useInfiniteScroll(filteredOptions: Ref<{ id: string; value: any; }[]>, lazyLoadNum: Ref, isOpen: Ref): { listboxRef: Ref; loadedOptions: Ref<{ id: string; value: any; }[], { id: string; value: any; }[]>; };