import React, { FC } from 'react'; declare type TransitionType = { children: React.ReactNode; manual?: boolean; className?: string; }; export declare const AnimatedWrapperTransition: FC; export {};