import type { EntityType } from '@/client'; type __VLS_ModelProps = { modelValue: EntityType | null; }; declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { next: () => any; "update:modelValue": (value: EntityType | null) => any; }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{ onNext?: (() => any) | undefined; "onUpdate:modelValue"?: ((value: EntityType | null) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;