export declare const inBrowser: boolean; export type Numeric = number | string; import { Ref } from 'vue'; export declare function useWindowSize(): { width: Ref; height: Ref; };