import * as React from 'react';
export declare const ValueWrapper: (NextFormComponent: React.ElementType, displayName: string) => {
    (props: any): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
    displayName: string;
};
export declare const DynamicPropWrapper: (prop: string, NextFormComponent: React.ElementType, displayName: string) => {
    (props: any): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
    displayName: string;
};
