import React from 'react'; /** * It is the UI shown on the sidebar for adding new elements to the diagram */ declare const NewComponentPane: React.FC; export default NewComponentPane; //# sourceMappingURL=newComponentPane.d.ts.map