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