import React from 'react';
export declare const FieldWrapper: React.FC<{
    fieldConfig: any;
    fieldState: any;
    children: any;
}>;
