import { ReactNode } from "react";
import { InteropComponentConfig, ReactComponent } from "../../types";
export declare function interop(component: ReactComponent<any>, configs: InteropComponentConfig[], originalProps: Record<string, any> | null, ref: any): ReactNode;
