import React from 'react';
import { CallActionCardCaseProps } from './CallActionCardCase.types';
declare const CallActionCardCaseComponent: React.ForwardRefExoticComponent<CallActionCardCaseProps & React.RefAttributes<HTMLDivElement>>;
export default CallActionCardCaseComponent;