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