import type { ExtractPropTypes } from 'vue'; export declare const usePopperArrowProps: { readonly arrowOffset: import("@element-plus-next/vue-utils").EpPropFinalized; }; export declare type UsePopperArrowProps = ExtractPropTypes;