import React from 'react';
import { ScheduledCallCardProps } from './ScheduledCallCard.types';
declare const ScheduledCallCardComponent: React.ForwardRefExoticComponent<ScheduledCallCardProps<any> & React.RefAttributes<HTMLDivElement>>;
export default ScheduledCallCardComponent;