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