import { RefObject } from 'react'; export declare type Props = { targetRef: RefObject; }; export declare function Scrollbar({ targetRef, }: Props): JSX.Element | null;