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