import { Ref } from 'vue'; export default function useRawListScroll(ref: Ref, prefixCls: string, stickyGroup: boolean): (config?: import('..').ListyScrollToConfig) => void;