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