import type { IRelation } from '../shape'; import type { IRendererEvent } from './i-renderer-event'; export interface IRelationRenderedEvent extends IRendererEvent { }