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