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