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