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