import * as React from "react"; import { UseFormReturn } from "react-hook-form"; import * as z from "zod"; import { Nullable } from "../../../../../lib"; export declare const TriggerNodeFreeFormSchema: z.ZodEffects; }, "strip", z.ZodTypeAny, { key: string; title: string; description?: string | undefined; }, { key: string; title: string; description?: string | undefined; }>, { key: string; title: string; description?: string | undefined; }, { key: string; title: string; description?: string | undefined; }>; export declare const TriggerNodeFreeForm: ({ form, selectedType, setSelectedType, onCreateFreeFormField, onCancel, isEditing, }: { form: UseFormReturn, any, z.infer>; selectedType: Nullable; setSelectedType: React.Dispatch>>; onCreateFreeFormField: (formData: z.infer) => void; onCancel: () => void; isEditing: boolean; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=VariableNodeFreeForm.d.ts.map