/** * Notice! Do not edit this manually. * This file is autogenerated by `yarn generate:tokens` */ export declare const SHADOWS: Readonly<{ readonly lg: "0 4px 6px -1px #0000001a "; readonly md: "0 1px 3px 0 #0000001a "; readonly sm: "0 1px 2px 0 #0000000d "; readonly xl: "0 10px 15px -3px #0000001a "; }>; export type Shadow = keyof typeof SHADOWS; export declare const SHADOW_KEYS: readonly Shadow[];