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