import * as z from "zod"; export declare const ResponseNodeFreeFormSchema: z.ZodEffects, { value: string; key: string; title: string; }, { value: string; key: string; title: string; }>; export declare const ResponseNodeFreeForm: ({ form, onCreateFreeFormField, onCancel, isEditing, }: { form: any; onCreateFreeFormField: (formData: any) => void; onCancel: () => void; isEditing: boolean; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ResponseNodeFreeForm.d.ts.map