export declare const breakpoints: readonly ["base", "xs", "s", "m", "l", "xl", "xxl"];
export type Breakpoint = (typeof breakpoints)[number];
