import type { Form } from 'formango'; import type { dealContactPersonCreateExistingFormSchema } from '@/models/deal/contact-person/dealContactPersonCreateExistingForm.model'; type __VLS_Props = { form: Form; }; declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { createNewContactPerson: () => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ onCreateNewContactPerson?: (() => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;