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