import { ComponentPropsWithRef, FC } from 'react'; interface ScrollbarProps extends ComponentPropsWithRef<'div'> { children: any; } export declare const Scrollbar: FC; export {};