import { CustomFormElement } from '../../state'; import { PropsWithChildren } from 'react'; import { UseFormWatch } from 'react-hook-form'; export default function FormElementControl({ formElement, watch, children, }: { formElement?: CustomFormElement; watch: UseFormWatch; } & PropsWithChildren): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=form-element-control.component.d.ts.map