/** * @name ie-versions.constants * @description Core ie versions constants in ngx-responsive * * @license MIT */ import { IIEVersions } from '../interfaces'; export declare const IE_VERSIONS: IIEVersions;