import { UIEvent } from 'react'; export declare function useScrollWithShadow(): { onScrollHandler: (event: UIEvent) => void; showShadow: boolean; };