import * as React from "react"; import { Registry } from "tc-shared/events"; import { ChannelVideoEvents } from "./Definitions"; export declare const VideoIdContext: React.Context; export declare const RendererVideoEventContext: React.Context>; export declare const VideoContainer: React.MemoExoticComponent<(props: { isSpotlight: boolean; }) => JSX.Element>; export declare const ChannelVideoRenderer: (props: { handlerId: string; events: Registry; }) => JSX.Element;