declare const breakpoints: {
    extraSmall: string;
    small: string;
    medium: string;
    normal: string;
    large: string;
    extraLarge: string;
};
export default breakpoints;
