import ScrollablePanel from './ScrollablePanel';

export default function (
    config?: ScrollablePanel.IConfig
): ScrollablePanel;