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