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