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