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