export declare const commonAnimationOptions: { easing: string; duration: number; }; export declare const fadeIn: Keyframe[]; export declare const fadeOut: Keyframe[]; export declare const slideInUp: Keyframe[]; export declare const slideOutDown: Keyframe[]; export declare const slideInLeft: Keyframe[]; export declare const slideOutRight: Keyframe[]; //# sourceMappingURL=animations.d.ts.map