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