/**
 * StringFormatter allows for truncating text while displaying a tooltip
 * overlay on hover or focus with the entirety of the provided copy.
 * @deprecated This component is deprecated and will be removed in the next major version. Please use TruncatedText instead.
 */
export let StringFormatter: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
import React from 'react';
//# sourceMappingURL=StringFormatter.d.ts.map