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