import React from 'react';
import { ICssAnimation } from './types/cssAnimation';
/**
 * @deprecated This component has been deprecated and will be removed in the next MAJOR release.
 *
 * CssAnimation component is a wrapper component that can be used to wrap other components.
 *
 * @param {React.PropsWithChildren<ICssAnimation>} props
 * @returns {JSX.Element}
 * @constructor
 *
 */
export declare const CssAnimation: React.ForwardRefExoticComponent<ICssAnimation & React.RefAttributes<HTMLDivElement>>;
