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