import { AnimationDriver } from './engine/animation_driver'; export declare function resolveDefaultAnimationDriver(): AnimationDriver; /** * The module that includes all animation code such as `style()`, `animate()`, `trigger()`, etc... * * @experimental */ export declare class AnimationModule { }