import { AfterViewInit, ElementRef } from '@angular/core'; import { SurveyorFormInputComponent } from '../../../form-input-component'; import * as i0 from "@angular/core"; export declare class MobileNumberInputComponent extends SurveyorFormInputComponent implements AfterViewInit { el: ElementRef; controlKeys: string[]; ngAfterViewInit(): void; applyMask($event: any): void; setValue(val: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }