import type { ExtractPropTypes, PropType } from 'vue'; export declare const Props: { readonly role: { readonly type: PropType<"listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree">; readonly default: "tooltip"; }; }; export type PopperProps = ExtractPropTypes;