import type { Ref } from 'vue'; export declare function useHiddenElementSize(target: Ref): Promise<{ width: Ref; height: Ref; }>;