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