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