/// declare const FormControlContext: import("react").Context<{ updateForm: () => void; }>; export default FormControlContext;