declare const _default: __VLS_WithTemplateSlots>; restaurantCustomAttributes: z.ZodNullable>; }, "strip", z.ZodTypeAny, { restaurantAttributes?: any; restaurantCustomAttributes?: any; }, { restaurantAttributes?: any; restaurantCustomAttributes?: any; }>>>; itemRule: z.ZodNullable>; itemCustomAttributes: z.ZodNullable>; }, "strip", z.ZodTypeAny, { itemAttributes?: any; itemCustomAttributes?: any; }, { itemAttributes?: any; itemCustomAttributes?: any; }>>>; }, "strip", z.ZodTypeAny, { restaurantRule?: { restaurantAttributes?: any; restaurantCustomAttributes?: any; } | null | undefined; itemRule?: { itemAttributes?: any; itemCustomAttributes?: any; } | null | undefined; _id: string; }, { restaurantRule?: { restaurantAttributes?: any; restaurantCustomAttributes?: any; } | null | undefined; itemRule?: { itemAttributes?: any; itemCustomAttributes?: any; } | null | undefined; _id: string; }>>; isEditMode: boolean; }>>, { show: import("vue").Ref; trigger: (event?: any) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly>; restaurantCustomAttributes: z.ZodNullable>; }, "strip", z.ZodTypeAny, { restaurantAttributes?: any; restaurantCustomAttributes?: any; }, { restaurantAttributes?: any; restaurantCustomAttributes?: any; }>>>; itemRule: z.ZodNullable>; itemCustomAttributes: z.ZodNullable>; }, "strip", z.ZodTypeAny, { itemAttributes?: any; itemCustomAttributes?: any; }, { itemAttributes?: any; itemCustomAttributes?: any; }>>>; }, "strip", z.ZodTypeAny, { restaurantRule?: { restaurantAttributes?: any; restaurantCustomAttributes?: any; } | null | undefined; itemRule?: { itemAttributes?: any; itemCustomAttributes?: any; } | null | undefined; _id: string; }, { restaurantRule?: { restaurantAttributes?: any; restaurantCustomAttributes?: any; } | null | undefined; itemRule?: { itemAttributes?: any; itemCustomAttributes?: any; } | null | undefined; _id: string; }>>; isEditMode: boolean; }>>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, { default?(_: { trigger: (event?: any) => void; }): any; }>; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };