/**
 * Check if the current browser is IE
 * @returns {boolean} True if IE
 */
export declare function isBrowserIE(): boolean;
