/** TokoMo CSS custom-property names for shared component defaults (runtime resolution). */ export declare const TOKEN_DEFAULTS: { readonly space050: "--dimension-space-050"; readonly space100: "--dimension-space-100"; readonly space200: "--dimension-space-200"; readonly space300: "--dimension-space-300"; readonly space400: "--dimension-space-400"; readonly radius025: "--dimension-radius-025"; readonly strokeWidth012: "--dimension-stroke-width-012"; readonly strokeWidth025: "--dimension-stroke-width-025"; readonly strokeWidth037: "--dimension-stroke-width-037"; readonly size200: "--dimension-size-200"; readonly size300: "--dimension-size-300"; readonly size400: "--dimension-size-400"; readonly size600: "--dimension-size-600"; readonly size800: "--dimension-size-800"; readonly iconographyMd: "--dimension-iconography-md"; readonly iconographySm: "--dimension-iconography-sm"; readonly iconographyXs: "--dimension-iconography-xs"; readonly panelWidth2xs: "--dimension-panel-width-2xs"; readonly panelWidthMd: "--dimension-panel-width-md"; readonly panelWidthLg: "--dimension-panel-width-lg"; readonly menuWidthXs: "--dimension-menu-width-xs"; readonly menuWidthLg: "--dimension-menu-width-lg"; readonly lineheightLg: "--typography-lineheight-lg"; readonly lineheightMd: "--typography-lineheight-md"; readonly lineheightSm: "--typography-lineheight-sm"; readonly lineheightXl: "--typography-lineheight-xl"; readonly lineheightXs: "--typography-lineheight-xs"; readonly motionShort2: "--effect-motion-short-2"; readonly motionShort3: "--effect-motion-short-3"; readonly animationDurationShort3: "--effect-animation-duration-short-3"; readonly animationDurationMedium1: "--effect-animation-duration-medium-1"; readonly animationDelayInstant: "--effect-animation-delay-instant"; readonly animationDelayMedium1: "--effect-animation-delay-medium-1"; readonly animationDelayMedium3: "--effect-animation-delay-medium-3"; readonly animationDelayShort2: "--effect-animation-delay-short-2"; readonly animationDelayLong2: "--effect-animation-delay-long-2"; /** Unmeasured menu height fallback: 20× base (160px at default scale). */ readonly menuFallbackHeight: "calc(var(--dimension-size-base) * 20)"; /** Unmeasured tooltip width fallback: size-800 + size-200 (80px). */ readonly tooltipFallbackWidth: "calc(var(--dimension-size-800) + var(--dimension-size-200))"; /** Fill-mode donut diameter floor: 16× size-base (128px). */ readonly donutFillMin: "calc(var(--dimension-size-base) * 16)"; /** Fill-mode donut diameter ceiling: 24× size-base (192px). */ readonly donutFillMax: "calc(var(--dimension-size-base) * 24)"; }; export type TokenDefaultKey = keyof typeof TOKEN_DEFAULTS; /** Valid CSS length strings for overlay offset props — bind on `sideOffset` / `alignOffset` in hosts. */ export declare const TOKEN_CSS_LENGTHS: { readonly space050: "var(--dimension-space-050)"; readonly space200: "var(--dimension-space-200)"; readonly menuWidthXs: "var(--dimension-menu-width-xs)"; readonly menuWidthLg: "var(--dimension-menu-width-lg)"; }; //# sourceMappingURL=token-defaults.d.ts.map