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