/// import { VideoPlaceholderProps } from './PropsContext'; /** * React component that is renderd when the video track is muted. */ declare const VideoPlaceholder: (props: VideoPlaceholderProps) => JSX.Element | null; export default VideoPlaceholder;