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