import React from 'react'; import { Props } from './types'; declare const RenderFields: React.FC; export default RenderFields;