import { ReactElement } from 'react'; import type { TruncateWithTooltipProps } from './types'; declare const TruncateWithTooltip: import("react").MemoExoticComponent<({ children, tooltipClassName, prefixEl, suffixEl, overrides, maxLines, maxWidth, className, }: TruncateWithTooltipProps) => ReactElement>; export default TruncateWithTooltip;