declare const Transitions: import('react').ForwardRefExoticComponent<{ type?: "grow" | "fade" | "collapse" | "slide" | "zoom"; position?: "top-left" | "top-right" | "top" | "bottom-left" | "bottom-right" | "bottom"; direction?: "up" | "down" | "left" | "right"; } & { children?: import('react').ReactNode | undefined; } & import('react').RefAttributes>; declare const PopupTransition: import('react').ForwardRefExoticComponent>; export { PopupTransition, Transitions }; //# sourceMappingURL=Transitions.d.ts.map