import type { TransitionProps } from './types'; export declare function Transition(props: TransitionProps): React.ReactElement | null;