import { Router } from '@angular/router'; import * as i0 from "@angular/core"; interface PlanOption { guid: string; period: string; title: string; netPrice: number; checked: boolean; } export declare class SelectComponent { private router; options: any; discountPrice: number; discountPercent: number; constructor(router: Router); ngOnInit(): void; checkButtonLabel(): string; onOptionClicked(clickedOption: PlanOption): void; moveToSummary(): void; plans: { plan: string; options: { id: string; guid: string; period: string; title: string; netPrice: number; checked: boolean; }[]; }[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};