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