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