declare namespace Ext { export namespace mixin { export interface HookableConfig { } export class Hookable extends Ext.Mixin { } } }