declare global {
    interface Window {
        ActiveXObject: any;
    }
}
export default function isIE(): boolean;
