/*! * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { Animation, AnimationLike } from '..'; import { InternalPatchable } from '../internal'; /** @hidden */ export declare class AnimationInternal implements InternalPatchable { animation: Animation; observing: boolean; patch: Partial; constructor(animation: Animation); getPatchAndReset(): Partial; } //# sourceMappingURL=animationInternal.d.ts.map