import type { Components, JSX } from "../types/components"; interface AgnInsuranceCalcForm extends Components.AgnInsuranceCalcForm, HTMLElement {} export const AgnInsuranceCalcForm: { prototype: AgnInsuranceCalcForm; new (): AgnInsuranceCalcForm; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;