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