import { AnimationDefinition } from '../model/animation-definition';
export declare const fadeOut: AnimationDefinition;
export declare const fadeOutDown: AnimationDefinition;
export declare const fadeOutDownBig: AnimationDefinition;
export declare const fadeOutLeft: AnimationDefinition;
export declare const fadeOutLeftBig: AnimationDefinition;
export declare const fadeOutRight: AnimationDefinition;
export declare const fadeOutRightBig: AnimationDefinition;
export declare const fadeOutUp: AnimationDefinition;
export declare const fadeOutUpBig: AnimationDefinition;
