export declare function truncateString(str: string, lenMax: number, dim: null | ((ellipsis: string) => string)): string;
