export namespace browserDetection { export const isIE11: boolean; export const isChrome: boolean | RegExpMatchArray | null | undefined; export const isIOSChrome: boolean | RegExpMatchArray | null | undefined; export const isChromium: boolean | RegExpMatchArray | null | undefined; export const isMac: boolean; }