/** * Do not edit directly, this file was auto-generated * from the design token sources in src/tokens. */ import type { KdsDimension } from "./types.js"; export type KdsWidthTokens = { readonly SideDrawer: { /** * Default width for SideDrawer and SidePanels */ readonly default: KdsDimension; }; }; export declare const width: KdsWidthTokens;