import type { TSinchIllustrationElement, TSinchIllustrationReact, TSinchIllustrationProps } from '../../types'; export * from '../../types'; declare global { interface NectaryComponentMap { 'sinch-illustration-win-together': { props: TSinchIllustrationProps; }; } interface HTMLElementTagNameMap { 'sinch-illustration-win-together': TSinchIllustrationElement; } namespace JSX { interface IntrinsicElements { 'sinch-illustration-win-together': TSinchIllustrationReact; } } } declare module 'react' { namespace JSX { interface IntrinsicElements extends globalThis.JSX.IntrinsicElements { 'sinch-illustration-win-together': TSinchIllustrationReact; } } }