import { type ThemeCssVariable, type ThemeDefinedCssVariable, type ThemeDerivedCssVariable, type ThemeInternalCssVariable } from "./types.js"; export declare const themeDefinedCssVariables: ThemeDefinedCssVariable[]; export declare const themeDerivedCssVariables: ThemeDerivedCssVariable[]; export declare const themeInternalCssVariables: ThemeInternalCssVariable[]; export declare const allThemeCssVariables: ThemeCssVariable[]; //# sourceMappingURL=allThemeCssVariables.d.ts.map