import * as React from 'react'; import type { ListyRef } from '../List'; export default function useRawListScroll(ref: React.Ref, prefixCls: string, stickyGroup: boolean): React.RefObject;