import React, { ReactNode } from 'react'; declare type Value = (identity: string) => void; export declare const StopRemoteVideoContext: React.Context; export declare const StopRemoteVideoProvider: ({ children, }: { children: ReactNode; }) => JSX.Element; export {};