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