import { OnInit, EventEmitter } from '@angular/core'; import { LanguageService } from '../../services/language.service'; import { Observable } from 'rxjs'; import { ConfService } from '../../services/conf.service'; import { CheckoutService } from '../services/checkout.service'; import * as i0 from "@angular/core"; export declare class RadioButtonsComponent implements OnInit { private languageService; private confService; private checkoutService; methods: any[]; selectMethod: EventEmitter; readSelectedMethod: any; methodKey: string; storeIsActivated: Observable; language: any; notActivated: string; currencyCode: string; maxAllowedCodAmount: any; storeid: import("rxjs").Subscription; cartTotal: any; cart: import("rxjs").Subscription; constructor(languageService: LanguageService, confService: ConfService, checkoutService: CheckoutService); ngOnInit(): void; sendSelectedMethod(method: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }