import { Ref } from 'vue'; declare const useScreenSize: () => { width: Ref; height: Ref; }; export default useScreenSize;