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