/** * Do not edit directly, this file was auto-generated * from the design token sources in src/tokens. */ import type { KdsShadow } from "./types.js"; export type KdsBoxShadowTokens = { /** * Drop shadow for knob elements like the ToggleSwitch handle. */ readonly knob: KdsShadow; }; export declare const boxShadow: KdsBoxShadowTokens;