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