/** * Checks if the viewport width is mobile-sized (<= 768px). * Guards against non-browser environments (SSR/tests without window). * @returns {boolean} True if the viewport width is 768px or less. */ export declare const isMobileViewport: () => boolean; //# sourceMappingURL=isMobileViewport.d.ts.map