/** * This file is generated. Do not edit. * Generated on Wed Apr 02 2025 6:30:27 PM */ import type { Breakpoint, Responsive } from './opaque-responsive'; /** * This is a helper object that contains the pixel values for each breakpoint. * @internal This is exposed for testing purposes, and should not be used directly. **/ export declare const breakpointsInPixels: Required>; /** * This is a helper array that contains the names of each breakpoint in order * from smallest to largest. */ export declare const breakpointNames: Breakpoint[]; /** * This is a helper object that contains the rem values for each breakpoint. */ export declare const breakpoints: Required>; /** * Suffixes to add to breakpoint classnames while using @responsive wrapped * classnames so that the correct breakpoint styles are applied. */ export declare const breakpointSuffixes: Responsive;