import { JSON, Serializable } from '../types'; export type MFEContextData = Serializable; /** * Context used to pass data from the host to the MFEs */ export declare const MFEDataContext: import("react").Context; export declare function useMFEDataContext>(): T; //# sourceMappingURL=mfe-data-context.d.ts.map