declare const filterStringSpace: (str: any, filterAllSpace?: boolean) => string; export default filterStringSpace;