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