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