import { Props } from 'tippy.js'; import 'tippy.js/dist/tippy.css'; import './themes.scss'; export default function tippyAction(node: HTMLElement, initialProps: Partial): { update: (props: Partial) => void; destroy: () => void; };