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 | undefined, manipulatePropsFunction?: ((originalProps: StencilReactInternalProps, propsToPass: any) => ExpandedPropsTypes) | undefined, defineCustomElement?: (() => void) | undefined) => React.ForwardRefExoticComponent> & React.RefAttributes>;
export {};
//# sourceMappingURL=createComponent.d.ts.map