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