import React from 'react'; import { TippyProps } from '@tippyjs/react'; declare const TippyTooltip: ({ children, render, duration, ...rest }: TippyProps) => React.JSX.Element; export default TippyTooltip;