import { css } from '@rocket.chat/css-in-js'; import { Box } from '@rocket.chat/fuselage'; import type { ComponentProps, FC } from 'react'; import React from 'react'; const wordBreak = css` word-break: break-word; `; const InfoPanelText: FC> = (props) => ( ); export default InfoPanelText;