import * as React from 'react';
import { AnimateProps } from './Animate.types';
declare const Animate: React.ForwardRefExoticComponent<AnimateProps & React.RefAttributes<HTMLDivElement>>;
export { Animate };
//# sourceMappingURL=Animate.d.ts.map