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