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