export declare const shortenText: (value: string, maxLen: number) => string;