//#region src/highlighter/themes/registerCustomCSSVariableTheme.d.ts
declare function registerCustomCSSVariableTheme(name: string, variableDefaults: Record<string, string>, fontStyle?: boolean): void;
//#endregion
export { registerCustomCSSVariableTheme };
//# sourceMappingURL=registerCustomCSSVariableTheme.d.ts.map