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