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