export declare const breakpoints: {
    [key: string]: string;
};
export declare const mediaQueries: {
    [key: string]: string;
};
