import { FunctionComponent } from 'react'; import { TransitionProps } from './types'; export declare const Transition: FunctionComponent;