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