import { Ref } from 'vue';
export declare function getTargetPosition(targetRef: Ref<HTMLElement | null>): readonly [number, number];
