/** * Mirrors the prime-main DeviceSwitch pattern. Returns false on the * server / first client render to avoid hydration mismatch, then flips * to the real value after mount. Listens to resize so toggling devtools * device preview also flips the layout. */ export declare function useIsMobile(): boolean;