/** * Shadow semantic tokens - chained to M3 base elevation tokens * * Three-layer architecture: * 1. Base tokens (level0-5): M3 elevation values defined in transform.ts * 2. Semantic tokens (xs-2xl): Reference base tokens for consistency * 3. Components: Use semantic tokens for flexibility */ export declare const shadows: { xs: { value: string; }; sm: { value: string; }; md: { value: string; }; lg: { value: string; }; xl: { value: string; }; '2xl': { value: string; }; inset: { value: { base: string; _dark: string; }; }; }; //# sourceMappingURL=shadows.d.ts.map