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