import { AfterViewInit, ElementRef } from '@angular/core'; import 'country-select-js'; export declare class NgxCountrySelectDirective implements AfterViewInit { private el; $countrySelect: any; constructor(el: ElementRef); ngAfterViewInit(): void; setCountry(countryCode: string): void; getCountryData(): any; }