/** * Notice! Do not edit this manually. * This file is autogenerated by `yarn generate:tokens` */ export declare const DRAWER_SIZES: Readonly<{ readonly lg: "540px"; readonly md: "400px"; readonly xl: "680px"; }>; export type DrawerSize = keyof typeof DRAWER_SIZES; export declare const DRAWER_SIZE_KEYS: readonly DrawerSize[];