export declare const BREAKPOINTS: {
    readonly ZERO: 0;
    readonly S: 22.5;
    readonly M: 48;
    readonly L: 64;
    readonly XL: 125;
};
export type BreakPointsType = typeof BREAKPOINTS;
