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