export declare const useModuleFederation: (remoteUrl?: string, scope?: string, module?: string) => { errorLoading: boolean; Component: T; };