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