import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare const flagSizes: readonly ["m", "s"]; export declare type FlagSize = typeof flagSizes[number]; export declare const flagCurrency: readonly ["USD", "EUR", "GBP"]; export declare type FlagCurrency = typeof flagCurrency[number]; export declare class CurrencyFlagComponent implements OnInit { assetsPath: string; currency: FlagCurrency; size: FlagSize; constructor(assetsPath: string); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }