export declare function isMobile(): boolean; /** * Enables scrolling for a specified selector, while disabling scrolling for all * other targets. This is adapted from https://stackoverflow.com/a/41601290/915811 * and intended to fix issues with iOS elastic scrolling, e.g., * https://github.com/conveyal/trimet-mod-otp/issues/92. */ export declare function enableScrollForSelector(selector: string): void; //# sourceMappingURL=ui.d.ts.map