declare const breakpoints: {
    sm: string;
    lg: string;
    xl: string;
    '2xl': string;
    '3xl': string;
};
export default breakpoints;
