import type { IndividualItem } from '@/models/individual/individualItem.model'; type __VLS_Props = { isTouched?: boolean; errorMessage?: string | null; label: string; }; type __VLS_ModelProps = { modelValue: IndividualItem | null; }; type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps; declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { blur: () => any; "update:modelValue": (value: { label: string; value: string & import("zod").$brand<"IndividualUuid">; } | null) => any; createNew: () => any; }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ onBlur?: (() => any) | undefined; "onUpdate:modelValue"?: ((value: { label: string; value: string & import("zod").$brand<"IndividualUuid">; } | null) => any) | undefined; onCreateNew?: (() => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;