declare namespace Ext { export namespace fx { export namespace animation { export interface WipeOutConfig { direction?: string; easing?: string; out?: boolean; type?: string; } export class WipeOut extends Ext.fx.animation.Wipe { } } } }