/** * @module AgoraUIKit */ import React from 'react'; import { PropsInterface } from './PropsContext'; /** * High level component to render the UI Kit * @param props {@link PropsInterface} */ declare const AgoraUIKit: React.FC; export declare const VideocallUI: () => JSX.Element; export default AgoraUIKit;