export declare const breakpoints: { readonly desktop: 1280; readonly phone: 600; readonly tablet: 720; }; export declare type DeviceSizes = keyof typeof breakpoints;