import React from 'react'; export interface RemoteComponentProps { url?: string; props?: any; } export declare const RemoteComponent: React.FC;