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