import { Component } from 'react'; export default class LiveVideo extends Component { constructor(props: any); stopStream(): void; removeVideo: () => void; updateStream: (params: any) => Promise>; updateVideoUrl: (id: any, rate: any) => Promise; componentDidMount(): void; visibilitychange(): void; render(): JSX.Element; }