/**
 * These breakpoints are currently not in line with the design system.
 * These are instead in line with existing usages.
 * We need to account for these existing usages when changing these.breakpoints.
 */
export declare function useIsMobile(): boolean;
export declare function useIsLegacySmallScreen(): boolean;
export declare function useIsLargerThanIpadResolution(): boolean;
export declare function useIsDesktop(): boolean;
