import React from "react"; export interface HTMLStencilElement extends HTMLElement { componentOnReady(): Promise; } interface StencilReactInternalProps extends React.HTMLAttributes { forwardedRef: React.RefObject; ref?: React.Ref; } export declare const createReactComponent: (tagName: string, ReactComponentContext?: React.Context, manipulatePropsFunction?: (originalProps: StencilReactInternalProps, propsToPass: any) => ExpandedPropsTypes, customElement?: any, defineCustomElementDeps?: any) => React.ForwardRefExoticComponent, "style"> & import("./interfaces").StyleReactProps> & React.RefAttributes>; export {};