declare namespace Ext { export namespace fx { export namespace animation { export interface PopOutConfig { before?: object; easing?: string; listeners?: object; out?: boolean; } export class PopOut extends Ext.fx.animation.Pop { } } } }