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