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