export = breakpoints;
declare const breakpoints: {
    sm: string;
    md: string;
    lg: string;
    "lg-max": {
        max: string;
    };
    xl: string;
    "2xl": string;
};
//# sourceMappingURL=breakpoints.d.ts.map