/** * All screens below this width will be treated as mobile; */ export declare const mobileScreenBreakpoint = 650; /** * True if screen has mobile size */ export declare function isMobileScreen(): boolean;