export declare const DEFAULT_BREAKPOINTS: {
    '(min-width: 1280px) and (max-width: 1919.99px)': number;
    '(max-width: 599.99px)': number;
    '(min-width: 600px) and (max-width: 959.99px)': number;
    '(min-width: 960px) and (max-width: 1279.99px)': number;
    '(min-width: 1920px)': number;
};
