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