export declare const PRESETS: readonly ["poise", "prestige", "pulse"]; export declare const MODES: readonly ["light", "dark"]; export declare const PLATFORMS: readonly ["web", "ios", "android"]; /** * Current schema version for full DTCG theme objects. * * Theme-object metadata evolves independently from the FI override contract, * even while both domains currently use the same pre-production value. */ export declare const THEME_SCHEMA_VERSION: "1.0.0"; /** Current FI theme override schema version. */ export declare const OVERRIDE_SCHEMA_VERSION: "1.0.0"; /** * Schema versions that consuming apps accept. Includes the current version and * may include the immediately prior version during transition windows. * @see docs/internal/token-architecture/14-override-structure.md#4-runtime-contract--future-schema-versioning */ export declare const SUPPORTED_OVERRIDE_SCHEMA_VERSIONS: readonly string[]; /** The build-time default preset. Apps ship with Poise baked into CSS. */ export declare const DEFAULT_PRESET: "poise"; export declare const THEME_OVERRIDE_EXTENSION_ID = "com.forge.ui.themeOverride"; //# sourceMappingURL=constants.d.ts.map