import type { TSinchIconBrandedElement, TSinchIconBrandedReact, TSinchIconBrandedProps } from '../types'; export * from '../types'; export declare const IconBrandedShoppingCart: CustomElementConstructor; declare global { interface NectaryComponentMap { 'sinch-icon-branded-shopping-cart': { props: TSinchIconBrandedProps; }; } interface HTMLElementTagNameMap { 'sinch-icon-branded-shopping-cart': TSinchIconBrandedElement; } namespace JSX { interface IntrinsicElements { 'sinch-icon-branded-shopping-cart': TSinchIconBrandedReact; } } } declare module 'react' { namespace JSX { interface IntrinsicElements extends globalThis.JSX.IntrinsicElements { 'sinch-icon-branded-shopping-cart': TSinchIconBrandedReact; } } }