import { Ref } from "vue"; export declare const inBrowser: boolean; export declare function useWindowSize(): { width: Ref; height: Ref; };