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