import { Currency } from './../../classes/currency'; import { OnInit } from '@angular/core'; import { CustomThemeService } from '../../services/custom-theme.service'; import * as i0 from "@angular/core"; export declare class CurrenciesSideMenuComponent implements OnInit { protected _customTheme: CustomThemeService; showCurrencySelector: boolean; /** *@description : we have one input (currencies) in this component This entry contains all available currencies in the store To display in its own list * @author Ahmed Nader * */ currencies: Currency[]; openCurrenciesList: boolean; current: string; constructor(_customTheme: CustomThemeService); ngOnInit(): void; /** * @param c * @typeparam Currency *@description get the current currency from localstorge and pass it to defultCurr variable then check it to make sure the user select a new currency from dropdown menu, then reload the page to refrech all api's requestes to change curreny in the header * @author Ahmed Nader * */ changeCurrency(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }