import * as React from 'react'; import { AnimationProps } from './types'; export default function Animate(props: AnimationProps): React.ReactElement;