import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const SlideInFromBottomAnimate: React.FC<IAnimationProps>;
export declare const SlideInFromBottomEaseAnimate: React.FC<IAnimationProps>;
export declare const SlideInFromBottomEaseInAnimate: React.FC<IAnimationProps>;
export declare const SlideInFromBottomEaseOutAnimate: React.FC<IAnimationProps>;
export declare const SlideInFromBottomEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const SlideInFromBottomLinearAnimate: React.FC<IAnimationProps>;
