/// <reference types="react" />
import type { InsuranceCardProps } from './types';
export declare const InsuranceCard: React.FC<InsuranceCardProps>;
