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