import { PrimeNG } from "primeng/config"; import { ThemeConfigService } from "../service/themeConfig.service"; import * as i0 from "@angular/core"; interface PaletteType { name: string; palette: { 50?: string; 100?: string; 200?: string; 300?: string; 400?: string; 500?: string; 600?: string; 700?: string; 800?: string; 900?: string; 950?: string; }; } export declare class ThemeConfigPanelComponent { config: PrimeNG; configService: ThemeConfigService; platformId: Object; selectedPrimaryColor: import("@angular/core").Signal; primaryColors: import("@angular/core").Signal; getPresetExt(): { semantic: { primary: { 50?: string | undefined; 100?: string | undefined; 200?: string | undefined; 300?: string | undefined; 400?: string | undefined; 500?: string | undefined; 600?: string | undefined; 700?: string | undefined; 800?: string | undefined; 900?: string | undefined; 950?: string | undefined; }; colorScheme: { light: { primary: { color: string; contrastColor: string; hoverColor: string; activeColor: string; }; highlight: { background: string; focusBackground: string; color: string; focusColor: string; }; }; dark: { primary: { color: string; contrastColor: string; hoverColor: string; activeColor: string; }; highlight: { background: string; focusBackground: string; color: string; focusColor: string; }; }; }; }; }; updateColors(event: any, type: string, color: any): void; applyTheme(type: string, color: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};