export declare const tippyFakeInstance: { clearDelayTimeouts: () => void; destroy: () => void; disable: () => void; enable: () => void; hide: () => void; hideWithInteractivity: () => void; id: number; plugins: { name: string; defaultValue: boolean; }[]; popper: { state: {}; }; popperInstance: {}; props: {}; reference: {}; setContent: () => void; setProps: () => void; show: () => void; state: { isEnabled: boolean; isVisible: boolean; isDestroyed: boolean; isMounted: boolean; isShown: boolean; }; unmount: () => void; };