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