import type { AlouetteTheme } from "./core/AlouetteConfig";
/**
 * Resolved CSS-variable maps for every theme, shared with global.css. Feeds
 * `ScopedTheme` (NativeWind's `VariableContextProvider`) and `useThemeToken`.
 */
export declare const themeVariables: Record<AlouetteTheme, Record<`--${string}`, string>>;
//# sourceMappingURL=themeVariables.d.ts.map