import { Ref, SetupContext } from "vue";
import { PopoverProps } from "../popover.props";
import { UsePopup, UsePosition } from "./types";
export declare function usePopup(props: PopoverProps, context: SetupContext, arrowRef: Ref<any>, popoverRef: Ref<any>, reference: Ref<any>, shouldFitWidthToReference: Ref<boolean>, usePositionComposition: UsePosition): UsePopup;
