/** * Determines if the current device is touch-enabled. */ export declare const IS_TOUCH_DEVICE: boolean; /** * Determines if the current browser is IE or Edge (standard/chromium). */ export declare const IS_MICROSOFT_BROWSER: boolean;