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