import React from 'react';
interface TransitionProps {
}
declare const Transition: React.FC<TransitionProps>;
export default Transition;
