import { Store } from 'rc-field-form/es/interface';
import React from 'react';
export declare const FormContext: React.Context<{
    value?: Store | undefined;
}>;
