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