import { PropsWithChildren } from 'react'; import type { TransitionProps } from 'react-transition-group/Transition'; export declare type TransitionComponentProps = PropsWithChildren>; export declare function TransitionComponent(props: TransitionComponentProps): JSX.Element;