declare namespace Ext { export namespace ux { export interface BoxReordererConfig { animate?: any; id?: string; itemSelector?: string; listeners?: object; pluginId?: string; stateEvents?: string | []; } export class BoxReorderer extends Ext.plugin.Abstract { } } }