export type UMLElementComponentProps = { id: string; children?: React.ReactNode; };