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