import { OnInit } from '@angular/core'; import { Currency } from '../../classes/currency'; import { CustomThemeService } from '../../services/custom-theme.service'; import * as i0 from "@angular/core"; export declare class CurrenciesbaseComponent implements OnInit { protected _customTheme: CustomThemeService; showCurrencySelector: boolean; currencies: Currency[]; openCurrenciesList: boolean; current: string; constructor(_customTheme: CustomThemeService); ngOnInit(): void; changeCurrency(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }