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