import type { IEvent } from '../../dom'; import type { IShape } from '../shape'; export interface IRendererEvent = IShape> extends IEvent { }