import { Box } from '@rocket.chat/fuselage'; import React, { FC } from 'react'; const Content: FC = (props) => ( ); export default Content;