/**
 * Truncate text (No line break)
 * @param str - Long text to trancate
 */
declare function responsiveOutput(str: string): void;
export { responsiveOutput };
