/** * Notice! Do not edit this manually. * This file is autogenerated by `yarn generate:tokens` */ export declare const SPACINGS: Readonly<{ readonly lg: "1.25rem"; readonly md: "1rem"; readonly sm: "0.75rem"; readonly xl: "1.5rem"; readonly xs: "0.5rem"; readonly xxl: "2rem"; readonly xxs: "0.25rem"; }>; export type Spacing = keyof typeof SPACINGS; export declare const SPACING_KEYS: readonly Spacing[];