/** * @name windows.constants * @description Core windows.constants in ngx-responsive * * @license MIT */ import { IWindowsOS } from '../interfaces'; export declare const WINDOWS_OS: IWindowsOS;