export { TruncatedText, TruncatedTitle } from './private/truncated'; export type { TruncatedTextProps, TruncatedTitleProps } from './private/truncated'; export type { TruncatedMeasure } from './private/is_truncated'; export { useIsTruncated } from './private/is_truncated';