import React from 'react';
import { TransitionProps } from './Transition';
export declare type BounceProps = TransitionProps;
declare const Bounce: React.ForwardRefExoticComponent<TransitionProps & React.RefAttributes<any>>;
export default Bounce;
