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