export declare const Breakpoints: { Mobile: string; Tablet: string; Desktop: string; DesktopLarge: string; DesktopLargePlus: string; Desktop4k: string; Desktop5k: string; /** @deprecated Use DesktopDevice or combination of Desktop, DesktopLarge, DesktopLargePlus, Desktop4k and Desktop5k instead */ DesktopAndAbove: string; MobileDevice: string; TabletDevice: string; DesktopDevice: string; MobileDevicePortrait: string; TabletDevicePortrait: string; DesktopDevicePortrait: string; MobileDeviceLandscape: string; TabletDeviceLandscape: string; DesktopDeviceLandscape: string; }; export declare const SCALING_FACTOR_4K = 1.5; export declare const SCALING_FACTOR_5K = 2;