import { DetailedHTMLProps, FC, HTMLAttributes } from 'react'; type Props = { /** * Text to truncate */ children: string | number; className?: string; showTooltip?: boolean; customTooltipTitle?: string; } & DetailedHTMLProps, HTMLDivElement>; export declare const MiddleTruncatedText: FC; export {}; //# sourceMappingURL=MiddleTruncatedText.d.ts.map