declare namespace Ext { export namespace mixin { export interface FactoryableConfig { } export class Factoryable extends Ext.Base { public factoryConfig?: object; } } }