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