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