export declare const TOUCH_DEVICE = "(pointer: coarse)"; export declare const PORTRAIT = "(orientation: portrait)"; export declare const LANDSCAPE = "(orientation: landscape)"; export declare const MOBILE_DEVICE_PORTRAIT: string; export declare const MOBILE_DEVICE_LANDSCAPE: string; export declare const TABLET_DEVICE: string; export declare const XS: string; export declare const SM: string; export declare const MD: string; export declare const LG: string; export declare const XL: string; export declare const SM_UP: string; export declare const MD_UP: string; export declare const LG_UP: string; export declare const XL_UP: string; export declare const SM_DOWN: string; export declare const MD_DOWN: string; export declare const LG_DOWN: string; export declare const XL_DOWN: string; export declare const SM_TO_LG: string; export declare const SM_TO_XL: string; export declare const MD_TO_XL: string; export declare const BELOW_360 = "(max-width: 359px)"; //# sourceMappingURL=mediaQueries.d.ts.map