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