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