import { FormControl } from "@angular/forms"; export declare class PhoneControl extends FormControl { constructor(maxLength?: number | null, required?: boolean); private createValidators; }