import type { IShape, IShapePositionChangedEvent } from '../../abstraction'; import { RendererEvent } from './renderer-event'; export declare class ShapePositionChangedEvent extends RendererEvent implements IShapePositionChangedEvent { static TYPE: string; constructor(data?: IShape); }