declare const svgTextWrap: (text: string, width: number, attrs: Record<string, any>) => string[];
export default svgTextWrap;
