import { Base, Type } from "./type";
import { List$1 } from "./List$1";
import { IKeyFrameAnimation } from "./IKeyFrameAnimation";
/**
 * @hidden
 */
export declare class PopupAnimation extends Base {
    static $t: Type;
    private d;
    private a;
    b: boolean;
    c: List$1<IKeyFrameAnimation>;
    constructor();
    private f;
    h(a: (arg1: boolean) => void): void;
    e(): void;
    i(): void;
    g(): void;
}
