declare namespace Ext { export namespace fx { export interface AnimationConfig { type?: string; } export class Animation extends Ext.Base { } } }