import { Context } from 'react'; import { FormItemContextProps, FormContextProps, KeyType } from './interface'; export declare type FormContextType = Context>; export declare const FormContext: Context>; export declare type FormItemContextType = Context>; export declare const FormItemContext: Context>;