import type { Control } from "react-hook-form"; import type { ParsedInputNode } from "@aeolun/trpc-router-parser"; export declare function Field({ inputNode, control, }: { inputNode: ParsedInputNode; control: Control; }): import("react/jsx-runtime").JSX.Element | null;