import type { ActiveWindowManager, MosaicContextValue, MosaicWindowContextValue } from '../types'; import type { MosaicKey } from '../types'; export declare const MosaicContext: import("react").Context>; export declare const MosaicWindowContext: import("react").Context>; export declare const ActiveWindowContext: import("react").Context; export declare function useMosaicContext(): MosaicContextValue; export declare function useMosaicWindowContext(): MosaicWindowContextValue; //# sourceMappingURL=context.d.ts.map