import { HttpClient } from '@angular/common/http'; import { ApiResponse } from '../classes/api-response'; import { Customtheme } from '../classes/customTheme'; import { Observable, Subject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class CustomThemeService { private http; currencySelectorSubject: Subject; constructor(http: HttpClient); getCustomTheme(): Observable>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }