import React from 'react'; declare const ConfigurationEditor: ({ model }: { model: any; }) => React.JSX.Element; export default ConfigurationEditor;