export declare const hasTouch: boolean; export declare const userAgent: string; export declare const orientation: () => { angle: number; lock: (orientation: OrientationLockType) => Promise; type: OrientationType; unlock: () => void; }; export declare const clientWidth: () => number; export declare const clientHeight: () => number;