/** * @name game-devices.constants * @description Core game-devices.constants in ngx-responsive * * @license MIT */ import { IGameDevices } from '../interfaces'; export declare const GAME_DEVICES: IGameDevices;