import React from 'react';
/**
 * Lazy mounting tippy content
 * https://gist.github.com/atomiks/520f4b0c7b537202a23a3059d4eec908
 */
declare const LazyTippy: React.ForwardRefExoticComponent<React.RefAttributes<unknown>>;
export default LazyTippy;
