import { FunctionComponent, PropsWithChildren } from 'react'; import { UMLElementType } from './uml-element-type'; import { UMLRelationshipType } from './uml-relationship-type'; import { ConnectedComponent } from 'react-redux'; export declare const Components: { [key in UMLElementType | UMLRelationshipType]: FunctionComponent> | ConnectedComponent, { element: any; scale: number; }>; };