import { ComponentType, ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react'; import { TransitionWrapperProps, TransitionInnerProps } from './types.js'; declare type WrappedProps = Omit & TransitionWrapperProps; export declare function withTransition

(Component: ComponentType

): ForwardRefExoticComponent> & RefAttributes>; export {}; //# sourceMappingURL=withTransition.d.ts.map