export type TFloatWindowContextValue = { isFloatWindow: boolean; }; export declare const FloatWindowContextKey = "FloatWindowContextKey";