import { LingXiFC } from '@lingxiteam/types'; export declare const getUseRemoteComponent: (config: any) => import("@paciolan/remote-component/dist/hooks/useRemoteComponent").UseRemoteComponentHook; export interface MyRemoteComponentProps { url?: string; customProps: any; useRemoteComponent?: any; forwardRef?: any; name?: string; fieldName?: string; } declare const RemoteComponent: LingXiFC; export default RemoteComponent;