declare const isSafari: boolean; declare const isWebKit: boolean; declare const isIOS: boolean; export { isSafari, isWebKit, isIOS };