import React from 'react'; interface TextTooltipProps { title: string; tooltip: String; } export declare const TextTooltip: React.FC; export {};