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