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