export declare const breakpoints: {
    small: number;
    medium: number;
    large: number;
};
