/**
 * -webkit-overflow-scrolling
 * supported ios (5-12.5)
 */
declare function testHasScrolling(): boolean;
export default testHasScrolling;
