import React from "react";
export default class Replay extends React.Component<any, any> {
    render(): React.ReactNode;
}
