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