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