/// <reference types="react" />
import { IScrollablePaneProps } from './ScrollablePane.types';
export declare const ScrollablePane: (props: IScrollablePaneProps) => JSX.Element;
