import { Ref } from 'vue'; export declare const useHeight: (element: Element | Ref) => Ref;