import { Ref } from 'vue';
import { PopoverProps } from '../popover.props';
import { UseHost, UsePosition } from './types';
export declare function usePosition(props: PopoverProps, arrowRef: Ref<any>, popoverRef: Ref<any>, hostComposition: UseHost): UsePosition;
