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