import { EditableTextBase } from '@nativescript/core'; export declare const PhoneTextField: (target: EditableTextBase, _oldvalue: string, value: string) => void;