import { type Control } from 'react-hook-form'; import type { Messages } from '../../types'; interface MessageFieldProps { schema: string; messageKey: string; path: string; control: Control; reference: string | undefined; } export declare const MessageField: import("react").NamedExoticComponent; export {}; //# sourceMappingURL=MessageField.d.ts.map