/** * 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 KdsFakeBorderTokens = { /** * 0.5px inner border implemented as shadow for proper alignment in layout. re-uses the muted border color for light and dark. Used in value switch, array, preview list for a11y. */ readonly "xs-muted": KdsShadow; }; export declare const fakeBorder: KdsFakeBorderTokens;