import React from 'react';
declare const ComplexBody: ({ instance, form }: any) => React.JSX.Element;
export default ComplexBody;
