import { OnInit } from '@angular/core'; import { SelectedPlanService } from '../../services/selected-plan.service'; import { ConfigService } from '../../services/config.service'; import * as i0 from "@angular/core"; export declare class CardComponent implements OnInit { private selectedPlanService; private configService; constructor(selectedPlanService: SelectedPlanService, configService: ConfigService); selectedPlanData: any; mainColor: string; content: any; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }