import React from 'react';
import { FormsyContextInterface } from './interfaces';
export declare const FormsyContext: React.Context<FormsyContextInterface>;
