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