export declare const breakPoints: { readonly xs: 376; readonly s: 768; readonly m: 960; readonly l: 1280; readonly xl: 1920; readonly xxl: 2560; }; export declare const breakP: { readonly xs: 376; readonly s: 768; readonly m: 960; readonly l: 1280; readonly xl: 1920; readonly xxl: 2560; }; export type BreakPointsKeys = keyof typeof breakP; export type BreakPointsObj = typeof breakP;