import React from 'react'; export declare type Props = { items: { [key: string]: any; }[]; values: { [key: string]: any; }; width?: string | number; rowCol?: number; }; declare const FormBody: React.FC; export default FormBody;