/**
 * Truncate string at full words.
 */
declare function crop(str: any, maxChars: any, append: any): any;
export default crop;
