import { AnimationDefinition } from '../model/animation-definition';
export declare const bounceOut: AnimationDefinition;
export declare const bounceOutDown: AnimationDefinition;
export declare const bounceOutLeft: AnimationDefinition;
export declare const bounceOutRight: AnimationDefinition;
export declare const bounceOutUp: AnimationDefinition;
