/** * Determines if the current agent is Internet Explorer. * * @export * @returns Returns `true` if the current browser is `Internet Explorer`. */ export declare function isInternetExplorer(): boolean;