import { AnimationDefinition } from '../model/animation-definition';
export declare const rotateIn: AnimationDefinition;
export declare const rotateInDownLeft: AnimationDefinition;
export declare const rotateInDownRight: AnimationDefinition;
export declare const rotateInUpLeft: AnimationDefinition;
export declare const rotateInUpRight: AnimationDefinition;
