import { Props } from 'tippy.js'; import { InjectionKey, Ref } from 'vue'; export declare const tippyNestedKey: InjectionKey>; export declare const tippyProps: (hide?: () => void) => Partial;