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