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