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