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