import React from 'react'; import FormStore from './form-store'; declare const FormStoreContext: React.Context; export default FormStoreContext;