import { TgdAnimation } from "../../types/animation";
export declare class TgdManagerAnimation {
    private static counter;
    private readonly animations;
    schedule(animation: TgdAnimation): TgdAnimation;
    cancel(animation: TgdAnimation): void;
    paint(time: number): boolean;
}
//# sourceMappingURL=animation-manager.d.ts.map