import React from 'react'; export declare const getUseRemoteComponent: (config: any) => import("@paciolan/remote-component/dist/hooks/useRemoteComponent").UseRemoteComponentHook; export interface MyRemoteComponentProps { url?: string; fileCode?: string; customProps: any; useRemoteComponent?: any; associatedType: any; visible: boolean; type?: 'React' | 'Vue' | 'Fish'; } declare const RemoteComponent: React.ForwardRefExoticComponent>; export default RemoteComponent;