import { FunctionComponent } from 'react';
import { TaroAnimateProps } from "../../types";
export declare const Animate: FunctionComponent<Partial<TaroAnimateProps>>;
