import { Component } from 'react'; import { ViewProps } from 'react-native'; /** * @ignore */ export declare class RtcSurfaceView extends Component { /** * @ignore */ private _nextRequestId; /** * @ignore */ private _requestMap; /** * @ignore */ private subscription; componentWillUnmount(): void; _callMethod(method: string, args?: {}): Promise; render(): JSX.Element; } /** * @ignore */ export declare class RtcWhiteboardSurfaceView extends Component { /** * @ignore */ private _nextRequestId; /** * @ignore */ private _requestMap; /** * @ignore */ private subscription; componentWillUnmount(): void; _callMethod(method: string, args?: {}): Promise; render(): JSX.Element; }