export declare class Utils { private static isMobile; private static checkMobile; private static _isMobilePhone; private static _isEdge; static isMobileDevice(): boolean; static isPhone(): boolean; static isEdge(): boolean; static getBrowserSpec(): any; static fixIOSSlider(slider: HTMLInputElement): void; private static onSliderTouch; static exportToPNG(imageElement: HTMLImageElement, svgElement: SVGSVGElement, addCrossOriginAttribute: boolean, callback: (imageData: string) => void): void; static on(elements: Array | Element | HTMLDocument, events: Array, func: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any): void; static un(elements: Array | Element | HTMLDocument, events: Array, func: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any): void; static getEvent(evt: MouseEvent | TouchEvent): Touch | MouseEvent; static getTarget(evt: MouseEvent | TouchEvent): any; }