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