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