import React, { ReactNode } from 'react'; export interface ScrollbarProps { children: ReactNode; } export declare const Scrollbar: React.FC;