import type { TSinchIconChannelElement, TSinchIconChannelReact, TSinchIconChannelProps } from '../../types'; export * from '../../types'; declare global { interface NectaryComponentMap { 'sinch-icon-channel-webchat-round': { props: TSinchIconChannelProps; }; } interface HTMLElementTagNameMap { 'sinch-icon-channel-webchat-round': TSinchIconChannelElement; } namespace JSX { interface IntrinsicElements { 'sinch-icon-channel-webchat-round': TSinchIconChannelReact; } } } declare module 'react' { namespace JSX { interface IntrinsicElements extends globalThis.JSX.IntrinsicElements { 'sinch-icon-channel-webchat-round': TSinchIconChannelReact; } } }