export declare const trimString: (text: string | undefined, maxLength: number, ellipsisIndex?: number, ellipsisValue?: string) => string;
