declare namespace Ext { export namespace chart { export namespace plugin { export interface ItemEventsConfig { id?: string; moveEvents?: boolean; pluginId?: string; stateEvents?: string | []; } export class ItemEvents extends Ext.plugin.Abstract { } } } }