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