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