import { FdoMenuRuleGroup } from "@feedmepos/menu/entity"; interface Props { modelValue: boolean; editingGroup: FdoMenuRuleGroup | null; } declare const _default: import("vue").DefineComponent>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (value: boolean) => void; submit: (groupData: z.infer>; 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; }>, "many">; }, "strip", z.ZodTypeAny, { name: string; description: string; _id: string; rules: { restaurantRule?: { restaurantAttributes?: any; restaurantCustomAttributes?: any; } | null | undefined; itemRule?: { itemAttributes?: any; itemCustomAttributes?: any; } | null | undefined; _id: string; }[]; }, { name: string; description: string; _id: string; rules: { restaurantRule?: { restaurantAttributes?: any; restaurantCustomAttributes?: any; } | null | undefined; itemRule?: { itemAttributes?: any; itemCustomAttributes?: any; } | null | undefined; _id: string; }[]; }>>) => void; }, string, import("vue").PublicProps, Readonly>> & Readonly<{ onSubmit?: ((groupData: z.infer>; 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; }>, "many">; }, "strip", z.ZodTypeAny, { name: string; description: string; _id: string; rules: { restaurantRule?: { restaurantAttributes?: any; restaurantCustomAttributes?: any; } | null | undefined; itemRule?: { itemAttributes?: any; itemCustomAttributes?: any; } | null | undefined; _id: string; }[]; }, { name: string; description: string; _id: string; rules: { restaurantRule?: { restaurantAttributes?: any; restaurantCustomAttributes?: any; } | null | undefined; itemRule?: { itemAttributes?: any; itemCustomAttributes?: any; } | null | undefined; _id: string; }[]; }>>) => any) | undefined; "onUpdate:modelValue"?: ((value: boolean) => 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; }; };