/// <reference types="iscroll"/>

declare module "iscroll" {
    const _IScroll: IScroll;
    export { _IScroll as IScroll };
}
