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