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