import { PropsWithChildren } from "react"; import { FieldPath, FieldValues } from "react-hook-form"; type Props = FieldPath> = { name: TName; }; export declare function WithRHFError = FieldPath>({ name, children }: PropsWithChildren>): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=WithRHFError.d.ts.map