declare namespace Ext { export namespace fx { export namespace animation { export interface CubeConfig { before?: object; direction?: string; easing?: string; listeners?: object; } export class Cube extends Ext.fx.animation.Abstract { public getDirection(): void; public setDirection(): void; } } } }