import React from 'react';
import { CallHistoryRowLoadingProps } from './CallHistoryRowLoading.types';
declare const CallHistoryRowLoadingComponent: React.ForwardRefExoticComponent<CallHistoryRowLoadingProps & React.RefAttributes<HTMLDivElement>>;
export default CallHistoryRowLoadingComponent;