/**
 * Tooltip supported content
 */
declare type TooltipContent = HTMLElement | DocumentFragment | Node | string;
export default TooltipContent;
