/// export declare const FormTranslationsContext: import("react").Context<{ errors: { required: string; }; labels: { optional: string; }; }>; /** * Hook to get translations from context. */ export declare function useFormTranslationsContext(): { errors: { required: string; }; labels: { optional: string; }; }; //# sourceMappingURL=useFormTranslationContext.d.ts.map