import { Ref } from 'vue'; export declare const useRect: (elementOrRef: Element | Window | Ref<Element | Window | undefined>) => DOMRect;