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