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