/** Return true if run on Internet Explorer. */
declare const checkIE: () => boolean;
export default checkIE;
