export function getTruncatedText({ text, currentWidth, textLength, separator, maxWidth }: { text: any; currentWidth: any; textLength: any; separator: any; maxWidth: any; }): any; //# sourceMappingURL=utils.d.ts.map