declare const getWidthByCharacterMap: (data: string | string[], style?: string) => number | number[]; export { getWidthByCharacterMap };