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