import type { Ref } from "vue"; export declare function useVirtualized(): { scrollContainerEl: Ref; updateRenderedItemCache: (index: number) => void; updateOffset: (offset: number) => void; getDom: () => void; getItemHeightFromCache: (index: number | string) => any; saveDATA: Ref; };