/** * 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>; import React from 'react'; //# sourceMappingURL=StringFormatter.d.ts.map