/** * Hook that detects whether the viewport is at or below the mobile breakpoint. * Uses `matchMedia` with a listener for responsive changes. */ export declare function useIsMobile(): boolean; //# sourceMappingURL=use-mobile.d.ts.map