import { OnInit, SimpleChanges, OnChanges } from "@angular/core"; import { DomSanitizer, SafeHtml } from "@angular/platform-browser"; import * as i0 from "@angular/core"; export declare class FlagComponent implements OnInit, OnChanges { private sanitizer; country: string; size: string; test: string; svg: SafeHtml; constructor(sanitizer: DomSanitizer); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }