import { default as React } from 'react';
import { FieldRendererProps } from './types';
export declare const FieldRenderer: React.FC<FieldRendererProps>;
