/** Any screen with no pointer, or a coarse pointer and no hover capability (i.e. touch screen) * For more details, see: https://css-tricks.com/touch-devices-not-judged-size/ * @param size - The maximum width of the screen */ export declare const getMobileMediaQuery: (size: number) => string; //# sourceMappingURL=getMobileMediaQuery.d.ts.map