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