export declare const truncateText: (text: any, maxLength: any, ellipsis?: string) => any;
