import { Component } from "react"; import { SimpleAnimationProps } from "./SimpleAnimationProps"; import { SimpleAnimationState } from "./SimpleAnimationState"; export declare class SimpleAnimation extends Component { render(): undefined; }