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