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