import type { ExtractPropTypes } from 'vue'; import type Arrow from './arrow.vue'; export declare const popperArrowProps: { readonly arrowOffset: import("@inte-cloud/lit-element/es/utils").EpPropFinalized; }; export declare type PopperArrowProps = ExtractPropTypes; export declare type PopperArrowInstance = InstanceType; /** @deprecated use `popperArrowProps` instead, and it will be deprecated in the next major version */ export declare const usePopperArrowProps: { readonly arrowOffset: import("@inte-cloud/lit-element/es/utils").EpPropFinalized; }; /** @deprecated use `PopperArrowProps` instead, and it will be deprecated in the next major version */ export declare type UsePopperArrowProps = PopperArrowProps; /** @deprecated use `PopperArrowInstance` instead, and it will be deprecated in the next major version */ export declare type LtPopperArrowInstance = PopperArrowInstance;