import React from 'react';
import { CallActionCardTroubleshootProps } from './CallActionCardTroubleshoot.types';
declare const CallActionCardTroubleshootComponent: React.ForwardRefExoticComponent<CallActionCardTroubleshootProps & React.RefAttributes<HTMLDivElement>>;
export default CallActionCardTroubleshootComponent;
