import { Control } from "react-hook-form"; export declare function EnumField({ name, label, control, options, }: { name: string; label: string; control: Control; options: string[]; }): import("react/jsx-runtime").JSX.Element;