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