export declare function trimText(text: string | string[], maxLength?: number): string | string[];
