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