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