import { PropType } from 'vue'; import type { RouteRecordRaw } from 'vue-router'; export declare const props: { data: { type: PropType; default: () => never[]; }; popperClass: { type: StringConstructor; default: string; }; basePath: { type: StringConstructor; default: string; }; }; export declare const emits: {};