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