import React from 'react'; /** * Creates a React component wrapper for a Web Component */ export declare function createReactComponent(tagName: string, events?: string[]): React.ForwardRefExoticComponent & React.RefAttributes>; //# sourceMappingURL=react-wrapper.d.ts.map