"use strict";
class Props {
}
exports.Props = Props;
class State {
    constructor() {
        this.animateStatus = 'init';
    }
}
exports.State = State;
