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