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