/** * Returns true if the current environment is Internet Explorer 11. * * @returns {Boolean} * @public */ export declare function isIE11(): boolean;