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