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