import { PipeTransform } from "@angular/core"; import { CountryI } from "./../models/country.model"; import * as i0 from "@angular/core"; export declare class CountryPlaceholder implements PipeTransform { transform(country: CountryI, enablePlaceholder: boolean, inputPlaceholder: string, separateDialCode: boolean, fallbackPlaceholder: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }