import * as React from 'react'; import type { IScrollablePaneProps } from './ScrollablePane.types'; export declare const ScrollablePane: React.FunctionComponent;