import { componentInterface } from '../../factory';
import { optionsInterface } from '../../options';
export default function getWebRTC(options?: optionsInterface): Promise<componentInterface | null>;
