import { type RefObject } from 'react'; export declare function useScrollWithShadow(ref: RefObject): { boxShadow: string; onScrollHandler: (event: React.UIEvent) => void; triggerLoading: () => void; Shadows: import("react/jsx-runtime").JSX.Element; };