import * as React from 'react'; import { CollectorChildrenProps, AnimationCallback } from '../../Collector'; export default class SupportingAnimation extends React.Component { beforeAnimate: AnimationCallback; animate: AnimationCallback; afterAnimate: AnimationCallback; render(): JSX.Element; }