declare const _default: import("vue").DefineComponent>; 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; }>>; }>>, {}, {}, {}, {}, 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; }>>; }>>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, 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; }; };