import { default as React } from 'react';
import { CallInterfaceProps } from '../../types/Call';
declare const CallInterface: React.FC<CallInterfaceProps>;
export default CallInterface;
