import { Box } from '@rocket.chat/fuselage'; import React from 'react'; function Subtitle(props) { return ( ); } export default Subtitle;