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