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