/**
 * Remove non-word chars.
 */
declare function removeNonWord(str: any): any;
export default removeNonWord;
