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