import type { DefinitionPropertyField } from '@formitiva/core'; import type { BaseInputProps } from '@formitiva/core'; export type PhoneInputProps = BaseInputProps; declare const _default: import("vue").DefineComponent any; error: (error: string | null) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onChange?: ((value: string) => any) | undefined; onError?: ((error: string | null) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=PhoneInput.vue.d.ts.map