export declare const MIN_WIDTH_1600 = "(min-width: 1600px)"; export declare const MIN_WIDTH_1200 = "(min-width: 1200px)"; export declare const MIN_WIDTH_1100 = "(min-width: 1100px)"; export declare const MIN_WIDTH_700 = "(min-width: 700px)"; export declare const MAX_WIDTH_700 = "(max-width: 700px)";