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