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