declare namespace Ext { export namespace draw { export namespace plugin { export interface SpriteEventsConfig { id?: string; pluginId?: string; stateEvents?: string | []; } export class SpriteEvents extends Ext.plugin.Abstract { } } } }