export declare const DEFAULT_BREAKPOINTS: { readonly "2xl": 1536; readonly lg: 1024; readonly md: 768; readonly sm: 640; readonly xl: 1280; }; export type Breakpoint = keyof typeof DEFAULT_BREAKPOINTS; export type BreakpointConfig = Record; //# sourceMappingURL=breakpoints.d.ts.map