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