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