import type { Plugin } from 'tippy.js';
export declare const getSingleOpenPlugin: (groupId?: string) => Plugin | undefined;
