import React, { FunctionComponent } from 'react';
import { WebAnimateProps } from "../../types";
export declare const Animate: FunctionComponent<Partial<WebAnimateProps> & React.HTMLAttributes<HTMLDivElement>>;
