import { FC } from 'react'; import { VideoRoomProps } from './types'; export declare const VideoRoom: FC;