/**
 * Created by user on 2017/12/8/008.
 */
export declare function stringWidth(str: any): number;
declare const _default: typeof import("./width");
export default _default;
