import "babel-polyfill";
declare global {
    interface Window {
        viewScroller: object;
    }
}
