/** * Notice! Do not edit this manually. * This file is autogenerated by `yarn generate:tokens` */ export declare const BREAKPOINTS: Readonly<{ readonly desktop: 1200; readonly mobile: 540; readonly tablet: 768; readonly widescreen: 1600; }>; export type Breakpoint = keyof typeof BREAKPOINTS; export declare const BREAKPOINT_KEYS: readonly Breakpoint[];