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