declare const _default: (cellValue: string, columnWidth: number, useWrapWord: boolean) => string[];
/**
 * Wrap a single cell value into a list of lines
 *
 * Always wraps on newlines, for the remainder uses either word or string wrapping
 * depending on user configuration.
 *
 */
export default _default;
