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