import { FieldProps, FieldState, FNode, FormState, NodeStateMap, NodeType } from '../../interface'; declare const useNode: (initState: Partial | FormState>, type: NodeType, onFieldChange?: FieldProps['onFieldChange'], field?: FNode | FormState>) => [FieldState | FormState, FNode | FormState>]; export default useNode;