import { MutableRefObject } from 'react'; export declare function useScrollShadow(containerRef: MutableRefObject): { showBottomShadow: boolean; showTopShadow: boolean; scrollRef: (content: HTMLElement) => void; };