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