import { naslTypes, type ParseNaturalTSState } from '../utils'; /** * "map": { ":root": { "--brand-primary-disabled": "#b4c7e4", "--brand-primary-opacity-20": "#355b9733", "--brand-primary-lightest": "#e6ecf6", "--brand-primary-lighter": "#b4c7e4", "--brand-primary-light": "#3e6ab0", "--brand-primary-dark": "#2f5186", "--brand-primary-darker": "#121e32", "--brand-primary-darkest": "#060a11", "--brand-primary": "#355b97", "--panel-background": "#bbb5b5" }, ".el-card": { "--el-card-border-color": "#28498c" } }, */ export declare function transformTheme(css: string, parseState: ParseNaturalTSState): { scopeVariableMap: Record>; cssRules: any[]; }; export declare function transformStyle(css: string, parseState: ParseNaturalTSState): naslTypes.CSSRule[]; //# sourceMappingURL=transformThemeAndStyle.d.ts.map