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