import React from 'react'; import { FormStore } from '../store'; export interface FormContext { store: FormStore; formId?: string; showError: boolean; } declare const _default: React.Context>>; export default _default;