export default function parseUA(userAgent: string): { isIE: boolean; isMobile: boolean; isAndroid: boolean; isSafari: boolean; };