import { PrizmChartTheme } from '../theme/types'; import * as i0 from "@angular/core"; export declare class PrizmChartsThemeService { private initiatedTheme; initIfNecessary(): void; getComponentOptionsWithTheme(themeKey: PrizmChartTheme, componentKey: string, newOptions: Record, allOptions: Record): Record; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }