import { AnimationDefinition } from '../model/animation-definition';
export declare const slideOutDown: AnimationDefinition;
export declare const slideOutLeft: AnimationDefinition;
export declare const slideOutRight: AnimationDefinition;
export declare const slideOutUp: AnimationDefinition;
