/**
 * StringFormatter allows for truncating text while displaying a tooltip
 * overlay on hover or focus with the entirety of the provided copy.
 */
export let StringFormatter: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
import React from 'react';
