declare const _default: (({
    name: string;
} & import("vue").ObjectPlugin<any[]> & Record<string, any>) | ({
    name: string;
} & ((app: import("vue").App<any>, ...options: any[]) => any) & Partial<import("vue").ObjectPlugin<any[]>> & Record<string, any>))[];
export default _default;
