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