export declare const breakpoints: readonly ["xs", "sm", "md", "lg", "xl", "xxl", "xxxl"]; export declare type Breakpoint = (typeof breakpoints)[number];