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