import type { ExtractPropTypes } from "vue"; export declare const popoverProps: { readonly effect: import("/xplus/es/utils/props").BuildPropReturn; readonly popperClass: import("/xplus/es/utils/props").BuildPropReturn; }; export declare type PopoverProps = ExtractPropTypes;