import React from 'react'; interface Props { title?: string; } declare const UnderlineTooltip: React.FC; export { UnderlineTooltip };