import { type Props } from 'tippy.js'; /** * A Vue hook to use a tooltip for a specific element. */ export declare function useTooltip(props?: Partial): import("vue").ShallowRef; /** Tooltip content for keyboard shortcuts */ export declare function keyboardShortcutTooltip(keys: string, title?: string): string; //# sourceMappingURL=useTooltip.d.ts.map