export declare const breakpoints: {
    sm: string;
    md: string;
    lg: string;
    xl: string;
    "2xl": string;
};
