import { FC, PropsWithChildren } from "react"; export declare type IFormContextProviderProps = PropsWithChildren<{ translation?: string; }>; export declare const FormContextProvider: FC;