export declare const ellipsizeText: (text: string, maxLength: number, ellipsize?: string) => string;
