import { FC } from 'react'; import { BodyTextProps } from './BodyText'; import SmallText from './SmallText'; const InlineMonoText: FC = ({ sx, ...bodyTextRestProps }) => ( ); export default InlineMonoText;