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