/** * 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 KdsSizingTokens = { readonly "viewport-breakpoints": { /** * Extra small breakpoint (576px). For small mobile devices and narrow viewports. */ readonly "576": KdsDimension; /** * Small breakpoint (768px). For tablets and larger mobile devices in landscape. */ readonly "768": KdsDimension; /** * Medium breakpoint (1024px). For small laptops and tablets in landscape. */ readonly "1024": KdsDimension; /** * Large breakpoint (1200px). For standard desktop displays. */ readonly "1200": KdsDimension; /** * Extra large breakpoint (1400px). For larger desktop displays. */ readonly "1400": KdsDimension; /** * Extra extra large breakpoint (1728px). For wide desktop displays and high-resolution monitors. */ readonly "1728": KdsDimension; }; }; export declare const sizing: KdsSizingTokens;