import { FunctionComponent } from 'react'; interface IScrollPanelProps { className?: string; } export declare type IScrollPanel = FunctionComponent; export {};