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