export declare const breakpoints: { sm: string; md: string; lg: string; xl: string; '2xl': string; }; export declare type Breakpoint = keyof typeof breakpoints; export declare const breakpointsConfig: import("@chakra-ui/theme-tools").Breakpoints<{ sm: string; md: string; lg: string; xl: string; '2xl': string; }>;