export declare type BreakpointsType = {
    sm: string;
    md: string;
    lg: string;
    xl: string;
};
