import type { ControllerProps, FieldPath, FieldValues } from './types'; /** * Component wrapper around `useController` for controlled inputs. * * @see [API](https://react-hook-form.com/docs/usecontroller/controller) * * @example * ```tsx * } * /> * ``` */ export declare const Controller: = FieldPath, TTransformedValues = TFieldValues>(props: ControllerProps) => import("react").ReactElement>; //# sourceMappingURL=controller.d.ts.map