import { OnInit, TemplateRef } from "@angular/core"; export declare class PhoneNumberCodeComponent implements OnInit { value: any; content: TemplateRef; constructor(); ngOnInit(): void; }