import type { Ref } from 'vue'; import type { VList } from "../VList/index.js"; import type { VTextField } from "../VTextField/index.js"; export declare function useScrolling(listRef: Ref, textFieldRef: Ref): Record;