export declare const useWindow: () => import("vue").Ref<(Window & typeof globalThis) | null>;
