import { AnimationDefinition } from '../model/animation-definition';
export declare const zoomOut: AnimationDefinition;
export declare const zoomOutDown: AnimationDefinition;
export declare const zoomOutLeft: AnimationDefinition;
export declare const zoomOutRight: AnimationDefinition;
export declare const zoomOutUp: AnimationDefinition;
