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