import { AnimationDefinition } from '../model/animation-definition';
export declare const rotateOut: AnimationDefinition;
export declare const rotateOutDownLeft: AnimationDefinition;
export declare const rotateOutDownRight: AnimationDefinition;
export declare const rotateOutUpLeft: AnimationDefinition;
export declare const rotateOutUpRight: AnimationDefinition;
