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