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