export interface BreakpointValues { mobile: string; tablet: string; desktop: string; wide: string; } export interface Breakpoints { mobile: string; tablet: string; desktop: string; wide: string; } export declare const breakpointValues: BreakpointValues; export declare const breakpoints: Breakpoints; export declare const breakpointsOrder: Array; //# sourceMappingURL=breakpoints.d.ts.map