declare const getUserAgent: () => any; declare const checkIsMobileDevice: () => boolean; declare const checkIsTabletDevice: () => boolean; declare const checkIsTouchDevice: () => boolean; declare const isMobileDevice: boolean; declare const isTabletDevice: boolean; declare const isTouchDevice: boolean; export { checkIsMobileDevice, checkIsTabletDevice, checkIsTouchDevice, getUserAgent, isMobileDevice, isTabletDevice, isTouchDevice };