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