import { PluginRenderProps } from './type';
export declare const onReceiveData: <T>(e: MessageEvent, onData: (data: PluginRenderProps<T>) => void) => void;
