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