import type { TSinchLogoElement, TSinchLogoReact, TSinchLogoProps } from '../../types'; export * from '../../types'; declare global { interface NectaryComponentMap { 'sinch-logo-build-icon-appswitcher': { props: TSinchLogoProps; }; } namespace JSX { interface IntrinsicElements { 'sinch-logo-build-icon-appswitcher': TSinchLogoReact & { colored?: boolean; }; } } interface HTMLElementTagNameMap { 'sinch-logo-build-icon-appswitcher': TSinchLogoElement & { colored?: boolean; }; } } declare module 'react' { namespace JSX { interface IntrinsicElements { 'sinch-logo-build-icon-appswitcher': TSinchLogoReact & { colored?: boolean; }; } } }