/** * @prop {string} position - postion of the content div * @prop {number} lineHeight - line-height * @prop {number} numberOfLine - number of line that you need in div * @prop {string} backgroundColor - background * @prop {string} textAlign - text-align * */ export default function truncate(position: any, lineHeight: any, numberOfLine: any, backgroundColor: any, textAlign: any): string;