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