export declare const makeTextEllipsis: (text: string, maxRange: number) => string;
