/** * Do not edit directly, this file was auto-generated. * * @license Copyright (c) 2022 Red Hat UX MIT License */ export declare const Breakpoint2xsMax = "575px"; export declare const BreakpointXs = "576px"; export declare const BreakpointXsMax = "767px"; export declare const BreakpointSm = "768px"; export declare const BreakpointSmMax = "991px"; export declare const BreakpointMd = "992px"; export declare const BreakpointMdMax = "1199px"; export declare const BreakpointLg = "1200px"; export declare const BreakpointLgMax = "1439px"; export declare const BreakpointXl = "1440px"; export declare const BreakpointXlMax = "1679px"; export declare const Breakpoint2xl = "1680px"; export declare const MediaXs: { readonly "min-width": "576px"; }; export declare const MediaSm: { readonly "min-width": "768px"; }; export declare const MediaMd: { readonly "min-width": "992px"; }; export declare const MediaLg: { readonly "min-width": "1200px"; }; export declare const MediaXl: { readonly "min-width": "1440px"; }; export declare const Media2xl: { readonly "min-width": "1680px"; };